mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
Ref T659, get network preset values from network vatlib
This commit is contained in:
committed by
Mat Sutcliffe
parent
3b9f5bad46
commit
cffab0954d
@@ -136,6 +136,13 @@ namespace BlackCore
|
||||
return statusMessageEmptyContext();
|
||||
}
|
||||
|
||||
//! \copydoc IContextNetwork::getNetworkPresetValues
|
||||
virtual QStringList getNetworkPresetValues() const override
|
||||
{
|
||||
logEmptyContextWarning(Q_FUNC_INFO);
|
||||
return {};
|
||||
}
|
||||
|
||||
//! \copydoc IContextNetwork::disconnectFromNetwork()
|
||||
virtual BlackMisc::CStatusMessage disconnectFromNetwork() override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user