mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
refs #799, changed components to use settings
* removed update timer * Removed getter/setters for update times * used UI component for settings in main settings component
This commit is contained in:
@@ -139,6 +139,14 @@ namespace BlackCore
|
||||
status == DisconnectedFailed || status == DisconnectedLost;
|
||||
}
|
||||
|
||||
/*!
|
||||
* Returns true if the given ConnectionStatus represents a connected state.
|
||||
*/
|
||||
static bool isConnectedStatus(ConnectionStatus status)
|
||||
{
|
||||
return status == Connected;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
//! \name Network slots
|
||||
//! @{
|
||||
|
||||
Reference in New Issue
Block a user