mirror of
https://github.com/QuasarApp/QuasarAppLib.git
synced 2025-05-07 23:19:42 +00:00
ref #111 Fixing Change name Settingstype = Settingstype
All checks were successful
buildbot/LinuxCMakeBuilderQt6 Build finished.
All checks were successful
buildbot/LinuxCMakeBuilderQt6 Build finished.
This commit is contained in:
parent
2709f1141a
commit
049283c287
@ -46,7 +46,7 @@ public:
|
|||||||
"the Settingstype type must be ISettings");
|
"the Settingstype type must be ISettings");
|
||||||
|
|
||||||
if(!_settings){
|
if(!_settings){
|
||||||
_settings = new Settingstype();
|
_settings = new SettingsType();
|
||||||
}
|
}
|
||||||
|
|
||||||
return _settings;
|
return _settings;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user