logic: reverted hardcoding of AppPath for testing purposes

This commit is contained in:
mlangkabel
2018-02-19 17:01:56 +01:00
parent fc92cb1ad9
commit 0b6a0d5d8b
@@ -35,8 +35,7 @@ void setupApp(int argc, char *argv[])
{
appPath = appPath.substr(0, pos + 1);
}
AppPath::setAppPath(FilePath(L"C:/sourcetrail/täst/Sourcetrail_2018_1_19_32bit"));
//AppPath::setAppPath(FilePath(appPath)); C:\sourcetrail\täst\Sourcetrail_2018_1_19_32bit
AppPath::setAppPath(FilePath(appPath));
}
{