src: Fixed Mac build and clang warnings

This commit is contained in:
Eberhard Graether
2018-01-02 12:58:11 +01:00
parent 592f5fb4b1
commit 33572e2104
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ void setupPlatform(int argc, char *argv[])
void setupApp(int argc, char *argv[])
{
FilePath path(QDir::currentPath().toStdString());
AppPath::setAppPath(path.absolute().str() + "/");
AppPath::setAppPath(path.getAbsolute().str() + "/");
if (!appIsMacBundle)
{