mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Ref T709 Made settings provider non-static.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user