Index: sources/ApplicationController.cpp =================================================================== diff -u -re159592e3a99658e661ab83fffef43322dc075f3 -r2216ac6ac7f77437a7c29ac8b4043be01bc4609e --- sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision e159592e3a99658e661ab83fffef43322dc075f3) +++ sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision 2216ac6ac7f77437a7c29ac8b4043be01bc4609e) @@ -475,7 +475,7 @@ { // That is enough to call to the I function here to create the object in the thread that Settings is leaving in, // which currently is Application_Thread, since the Settings is created in that thread. - _SettingModel; + _Settings; QFuture mFuture = QtConcurrent::run(this, &ApplicationController::settingsInit); _settingsWatcher.setFuture(mFuture);