mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
Refactor Simulator connection status
* Removed obsolete and unused signals (ISimulator, CSimulatorContext) * Removed ISimulator::ConnectionStatus enum
This commit is contained in:
committed by
Roland Winklmeier
parent
9d37a0876d
commit
c5a1a6048b
@@ -54,7 +54,7 @@ namespace BlackGui
|
||||
|
||||
private slots:
|
||||
//! Simulator connection has been changed
|
||||
void ps_onSimulatorStatusChanged(bool connected, bool running, bool paused);
|
||||
void ps_onSimulatorStatusChanged(quint8 status);
|
||||
|
||||
//! Network connection has been changed
|
||||
void ps_onNetworkConnectionChanged(uint from, uint to);
|
||||
|
||||
Reference in New Issue
Block a user