mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Ref T659, get network preset values from network vatlib
This commit is contained in:
committed by
Mat Sutcliffe
parent
3b9f5bad46
commit
cffab0954d
@@ -318,6 +318,11 @@ namespace BlackCore
|
||||
return m_dBusInterface->callDBusRet<bool>(QLatin1String("setNetworkStatisticsEnable"), enabled);
|
||||
}
|
||||
|
||||
QStringList CContextNetworkProxy::getNetworkPresetValues() const
|
||||
{
|
||||
return m_dBusInterface->callDBusRet<QStringList>(QLatin1String("getNetworkPresetValues"));
|
||||
}
|
||||
|
||||
void CContextNetworkProxy::testCreateDummyOnlineAtcStations(int number)
|
||||
{
|
||||
m_dBusInterface->callDBus(QLatin1String("testCreateDummyOnlineAtcStations"), number);
|
||||
|
||||
Reference in New Issue
Block a user