refs #697 BlackCore settings renamed and reorganized.

This commit is contained in:
Mathew Sutcliffe
2016-08-03 02:13:57 +01:00
parent 8275b0d9bf
commit 7a34cc6d9a
43 changed files with 312 additions and 367 deletions

View File

@@ -13,7 +13,8 @@
#define BLACKCORE_COREFACADE_H
#include "blackcore/blackcoreexport.h"
#include "blackcore/settings/network.h"
#include "blackcore/application/applicationsettings.h"
#include "blackcore/vatsim/vatsimsettings.h"
#include "blackmisc/identifier.h"
#include "blackmisc/settingscache.h"
@@ -160,7 +161,7 @@ namespace BlackCore
private:
bool m_init = false; //!< flag
BlackMisc::CSetting<Settings::Network::DBusServerAddress> m_dbusServerAddress { this };
BlackMisc::CSetting<Application::TDBusServerAddress> m_dbusServerAddress { this };
// DBus
BlackMisc::CDBusServer *m_dbusServer = nullptr;