mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-29 16:06:44 +00:00
added missing comment
This commit is contained in:
parent
57a4b19880
commit
2020d916ec
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ int main(int argc, char *argv[])
|
||||||
dir.cdUp();
|
dir.cdUp();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// force Qt to load only LOCAL plugins, don't touch system Qt installation
|
||||||
QDir pluginsPath(QCoreApplication::applicationDirPath());
|
QDir pluginsPath(QCoreApplication::applicationDirPath());
|
||||||
pluginsPath.cdUp();
|
pluginsPath.cdUp();
|
||||||
pluginsPath.cd("Plugins");
|
pluginsPath.cd("Plugins");
|
||||||
|
|
Loading…
Reference in a new issue