build: Fixes for build

This commit is contained in:
Eberhard Graether
2016-11-11 16:11:45 +01:00
parent fb72f73567
commit 2b830fd2c0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef TASK_SHOW_DIALOG_VIEW_H
#define TASK_SHOW_DIALOG_VIEW_H
#include <vector>
#include <string>
#include "utility/scheduling/Task.h"
+1 -1
View File
@@ -77,7 +77,7 @@ void setupApp(int argc, char *argv[])
if (!appIsMacBundle)
{
UserPaths::setUserDataPath(path.absolute().str() + "/" + UserPaths::getUserDataPath());
UserPaths::setUserDataPath(path.absolute().str() + "/user/");
}
}