Ref T659, get network preset values from network vatlib

This commit is contained in:
Klaus Basan
2019-08-06 11:21:26 +02:00
committed by Mat Sutcliffe
parent 3b9f5bad46
commit cffab0954d
9 changed files with 56 additions and 13 deletions

View File

@@ -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
{