mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
refs #812, use individual signals for web services
* trigger other operations directly when data have been read (do not wait for "all data read") * avoid retriggering for no reason * new entity flag for all data req. for model matching
This commit is contained in:
@@ -92,7 +92,7 @@ namespace BlackGui
|
||||
void ps_simulatorConnected(int status);
|
||||
|
||||
//! All swift data have been read
|
||||
void ps_swiftWebDataRead();
|
||||
void ps_swiftModelDataRead();
|
||||
|
||||
private:
|
||||
QScopedPointer <Ui::CAircraftModelStringCompleter> ui;
|
||||
|
||||
Reference in New Issue
Block a user