mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
Ref T659, login mode as string
This commit is contained in:
committed by
Mat Sutcliffe
parent
23a44ced2a
commit
daf927223a
@@ -254,6 +254,9 @@ namespace BlackCore
|
||||
//! Login mode
|
||||
virtual INetwork::LoginMode getLoginMode() const = 0;
|
||||
|
||||
//! Mode as string
|
||||
const QString &getLoginModeAsString() const { return INetwork::modeAsString(this->getLoginMode()); }
|
||||
|
||||
//! Disconnect from network
|
||||
//! \return messages generated during disconnecting
|
||||
virtual BlackMisc::CStatusMessage disconnectFromNetwork() = 0;
|
||||
|
||||
Reference in New Issue
Block a user