| 286 | void changeStatus(Status newStatus); |
| 287 | |
| 288 | SettingsObjectPtr globalSettings() const { return m_global_settings.lock(); }; |
| 289 | |
| 290 | bool isSpecificSettingsLoaded() const { return m_specific_settings_loaded; } |
| 291 | void setSpecificSettingsLoaded(bool loaded) { m_specific_settings_loaded = loaded; } |