4
0
mirror of https://github.com/QuasarApp/QuasarAppLib.git synced 2025-05-06 06:29:46 +00:00

ref Fixing Change name Settingstype = Settingstype

This commit is contained in:
IgorekLoschinin 2021-11-06 18:29:57 +03:00
parent 2709f1141a
commit 049283c287

@ -46,7 +46,7 @@ public:
"the Settingstype type must be ISettings");
if(!_settings){
_settings = new Settingstype();
_settings = new SettingsType();
}
return _settings;