mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
refs #320 port Network to new vatlib
* CNetworkVatlib * Contexts * Samples
This commit is contained in:
@@ -216,7 +216,7 @@ void SwiftGuiStd::ps_onConnectionTerminated()
|
||||
/*
|
||||
* Connection status changed
|
||||
*/
|
||||
void SwiftGuiStd::ps_onConnectionStatusChanged(uint /** from **/, uint to, const QString & /* message */)
|
||||
void SwiftGuiStd::ps_onConnectionStatusChanged(uint /** from **/, uint to)
|
||||
{
|
||||
this->updateGuiStatusInformation();
|
||||
INetwork::ConnectionStatus newStatus = static_cast<INetwork::ConnectionStatus>(to);
|
||||
|
||||
Reference in New Issue
Block a user