src: Fixed command order at startup

This commit is contained in:
Eberhard Graether
2016-03-15 17:12:04 +01:00
parent 23f05c003b
commit 2008d1401a
6 changed files with 33 additions and 17 deletions
+5 -1
View File
@@ -9,7 +9,7 @@
#include "qt/utility/utilityQt.h"
#include "utility/UserPaths.h"
void setup(int argc, char *argv[])
void setupPlatform(int argc, char *argv[])
{
// ----------------------------------------------------------------------------
// This makes relative paths work in C++ in Xcode by changing directory to the Resources folder inside the .app bundle
@@ -65,4 +65,8 @@ void setup(int argc, char *argv[])
// ----------------------------------------------------------------------------
}
void setupApp(int argc, char *argv[])
{
}
#endif // INCLUDES_MAC_H