1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-30 10:06: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(); 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");