mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
* showing simulator 3 states: disconnected, connected, running * using new signal providing all 3 states
This commit is contained in:
committed by
Roland Winklmeier
parent
edea80319d
commit
016537f257
@@ -54,7 +54,7 @@ namespace BlackGui
|
||||
|
||||
private slots:
|
||||
//! Simulator connection has been changed
|
||||
void ps_onSimulatorConnectionChanged(bool connected);
|
||||
void ps_onSimulatorStatusChanged(bool connected, bool running, bool paused);
|
||||
|
||||
//! Network connection has been changed
|
||||
void ps_onNetworkConnectionChanged(uint from, uint to, const QString &message);
|
||||
|
||||
Reference in New Issue
Block a user