mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
refs #768, some minor formatting during debugging of mapping wizard
(found that some unnecessary model changed events are sent, will result in some refactoring)
This commit is contained in:
@@ -179,12 +179,10 @@ namespace BlackCore
|
||||
static QString statusToString(int status);
|
||||
|
||||
//! Status to enum
|
||||
//! \todo remove with Qt 5.5 when SimulatorStatus can be transferred via DBus
|
||||
static SimulatorStatus statusToEnum(int status);
|
||||
|
||||
signals:
|
||||
//! Simulator combined status
|
||||
//! \todo Qt5.5: Make use of QFlags
|
||||
void simulatorStatusChanged(int status);
|
||||
|
||||
//! Emitted when own aircraft model has changed
|
||||
|
||||
Reference in New Issue
Block a user