mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 01:43:27 +02:00
Fix QDir::operator= is deprecated
This commit is contained in:
parent
b293dd2816
commit
8d19d08268
1 changed files with 1 additions and 1 deletions
|
@ -1965,7 +1965,7 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo
|
||||||
}
|
}
|
||||||
|
|
||||||
QString scriptsSwitch = QString("--").append(SCRIPTS_SWITCH);
|
QString scriptsSwitch = QString("--").append(SCRIPTS_SWITCH);
|
||||||
_defaultScriptsLocation = getCmdOption(argc, constArgv, scriptsSwitch.toStdString().c_str());
|
_defaultScriptsLocation.setPath(getCmdOption(argc, constArgv, scriptsSwitch.toStdString().c_str()));
|
||||||
|
|
||||||
// Make sure we don't time out during slow operations at startup
|
// Make sure we don't time out during slow operations at startup
|
||||||
updateHeartbeat();
|
updateHeartbeat();
|
||||||
|
|
Loading…
Reference in a new issue