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:
Klaus Basan
2017-10-09 18:20:08 +02:00
parent 3c28f8a2de
commit b6333e69d8
12 changed files with 82 additions and 79 deletions

View File

@@ -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: