mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +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);
|
||||
|
||||
@@ -200,7 +200,7 @@ private slots:
|
||||
* \param from old status, as uint so it is compliant with DBus
|
||||
* \param to new status, as uint so it is compliant with DBus
|
||||
*/
|
||||
void ps_onConnectionStatusChanged(uint from, uint to, const QString &message);
|
||||
void ps_onConnectionStatusChanged(uint from, uint to);
|
||||
|
||||
//
|
||||
// GUI related slots
|
||||
|
||||
Reference in New Issue
Block a user