Ref T709 Made settings provider non-static.

This commit is contained in:
Mat Sutcliffe
2019-08-12 22:41:28 +01:00
parent 349da3633b
commit 463ed4bfbd
4 changed files with 19 additions and 15 deletions

View File

@@ -86,7 +86,7 @@ namespace XSwiftBus
//! Set the settings
bool setSettings(const CSettings &s);
static CSettingsProvider *s_settingsProvider; //!< get the settings from here, still protected for the static functions
CSettingsProvider *m_settingsProvider; //!< get the settings from here
private:
static void dbusObjectPathUnregisterFunction(DBusConnection *connection, void *data);