NOISSUE there is too much ifdef involved...

This commit is contained in:
Petr Mrázek 2015-10-05 02:00:03 +02:00
parent 4a900a58d4
commit db926a546e

View File

@ -165,7 +165,7 @@ MultiMC::MultiMC(int &argc, char **argv, bool test_mode) : QApplication(argc, ar
#elif defined(Q_OS_WIN32)
rootPath = binPath;
#elif defined(Q_OS_MAC)
QDir foo(PathCombine(binPath, "../.."));
QDir foo(FS::PathCombine(binPath, "../.."));
rootPath = foo.absolutePath();
#endif
}