mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 05:05:38 +08:00
Ref T171, made remote aircraft provider and web service "protected slots" -> "protected"
* Unlike in other cases, the remote aircraft provider slots are also very frequently called. So besides "style", it might be also useful here to avoid the extra MOC layers. * Also renamed 2 web service signals and made web service connections Qt::QueuedConnection
This commit is contained in:
@@ -460,10 +460,10 @@ namespace BlackCore
|
||||
void swiftDbAirportsRead();
|
||||
|
||||
//! All ICAO entities
|
||||
void swiftDbAllIcaoEntities();
|
||||
void swiftDbAllIcaoEntitiesRead();
|
||||
|
||||
//! All entities needed for model matching
|
||||
void swiftDbModelMatchingEntities();
|
||||
void swiftDbModelMatchingEntitiesRead();
|
||||
//! @}
|
||||
|
||||
public slots:
|
||||
|
||||
Reference in New Issue
Block a user