Fix compilation bugs in Application

This commit is contained in:
Ryan Huffman 2016-10-06 14:12:13 -07:00
parent 56a5d82f4b
commit c995e51128

View file

@ -1336,10 +1336,7 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer) :
}
}
initializeLocation();
// After all of the constructor is completed, then set firstRun to false.
Setting::Handle<bool> firstRun{ Settings::firstRun, true };
firstRun.set(false);
}