mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 16:14:01 +02:00
Fix compilation bugs in Application
This commit is contained in:
parent
56a5d82f4b
commit
c995e51128
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue