ref #111 Fixing Change name Settingstype = Settingstype
All checks were successful
buildbot/LinuxCMakeBuilderQt6 Build finished.

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

View File

@ -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;