refs #485, removal of CEnableForRuntime

This commit is contained in:
Klaus Basan
2016-02-14 11:28:27 +01:00
committed by Mathew Sutcliffe
parent 158efe819a
commit 3829aaeae8
61 changed files with 490 additions and 984 deletions

View File

@@ -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())