From db926a546e2c58227ab1dcb129b056213d33d6f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 5 Oct 2015 02:00:03 +0200 Subject: NOISSUE there is too much ifdef involved... --- application/MultiMC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application') diff --git a/application/MultiMC.cpp b/application/MultiMC.cpp index 5584de1f..0cf6cf92 100644 --- a/application/MultiMC.cpp +++ b/application/MultiMC.cpp @@ -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 } -- cgit v1.2.3