1
0
Fork 0
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:
Nikolay Kasyanov 2012-02-15 11:30:35 +04:00
parent 57a4b19880
commit 2020d916ec

View file

@ -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");