Index: sources/ApplicationController.cpp =================================================================== diff -u -rc73feffa73c7fe073a7a7581144f5806dfc91beb -r389f028cb9d4d320eae393de7c4408a58a619356 --- sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision c73feffa73c7fe073a7a7581144f5806dfc91beb) +++ sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision 389f028cb9d4d320eae393de7c4408a58a619356) @@ -519,6 +519,7 @@ _Settings; QFuture mFuture = QtConcurrent::run([=](){ // made the call a lambda to make sure there is no function to accidentally being called, out of thread [developer safety]. + //TODO The Settings shall be the Singleton SettingsController and modify the MSettings like the others. Storage::Settings settings; settings.read(); });