mirror of
https://github.com/QuasarApp/QuasarAppLib.git
synced 2025-05-04 21:49:42 +00:00
fix init methods
This commit is contained in:
parent
ed56d729ad
commit
165e61a86d
@ -25,7 +25,7 @@ void ISettings::setMode(const SettingsSaveMode &mode) {
|
|||||||
_mode = mode;
|
_mode = mode;
|
||||||
}
|
}
|
||||||
|
|
||||||
const ISettings *ISettings::instance(){
|
ISettings *ISettings::instance(){
|
||||||
return _settings;
|
return _settings;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ public:
|
|||||||
* @return pointer to current settings model if object initialized else nullptr.
|
* @return pointer to current settings model if object initialized else nullptr.
|
||||||
* @see ISettings::init
|
* @see ISettings::init
|
||||||
*/
|
*/
|
||||||
static const ISettings* instance();
|
static ISettings *instance();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief getValue This method return the value of the settings.
|
* @brief getValue This method return the value of the settings.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user