mirror of
https://github.com/QuasarApp/QuasarAppLib.git
synced 2025-05-06 06:29:46 +00:00
ref #111 Fixing Change name Settingstype = Settingstype
This commit is contained in:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user