mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #485, removal of CEnableForRuntime
This commit is contained in:
committed by
Mathew Sutcliffe
parent
158efe819a
commit
3829aaeae8
@@ -9,6 +9,7 @@
|
||||
|
||||
#include "settingsnetworkserverscomponent.h"
|
||||
#include "ui_settingsnetworkserverscomponent.h"
|
||||
#include "blackgui/guiapplication.h"
|
||||
#include "blackcore/contextnetwork.h"
|
||||
#include "blackcore/setupreader.h"
|
||||
#include "blackcore/contextapplication.h"
|
||||
@@ -109,7 +110,7 @@ namespace BlackGui
|
||||
|
||||
if (msgs.isEmpty() && sender == this->ui->pb_SaveServer)
|
||||
{
|
||||
msg = this->getIContextApplication()->saveSettings(m_trafficNetworkServers.getKey());
|
||||
msg = sGui->getIContextApplication()->saveSettings(m_trafficNetworkServers.getKey());
|
||||
}
|
||||
|
||||
if (!msg.isEmpty())
|
||||
|
||||
Reference in New Issue
Block a user