mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 04:39:42 +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();
|
||||
}
|
||||
|
||||
// force Qt to load only LOCAL plugins, don't touch system Qt installation
|
||||
QDir pluginsPath(QCoreApplication::applicationDirPath());
|
||||
pluginsPath.cdUp();
|
||||
pluginsPath.cd("Plugins");
|
||||
|
|
Loading…
Reference in a new issue