aboutsummaryrefslogtreecommitdiff
path: root/path_functions.cpp
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2017-01-28 14:49:58 +0100
committerstonedDiscord <stoned@derpymail.org>2017-01-28 14:49:58 +0100
commitd73ab6a589d2f2ad151f03c0ba6f49fa2ca36d01 (patch)
treeb6749e2c9140545254e61a132c74d0c337553bad /path_functions.cpp
parentd4ad200b612acb1ed2a74d057efc8c3cbfa07ad2 (diff)
parentab321a4a7af042eed2b9cb7c82fe8345a9d7b594 (diff)
Merge remote-tracking branch 'refs/remotes/OmniTroid/master'
Diffstat (limited to 'path_functions.cpp')
-rw-r--r--path_functions.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/path_functions.cpp b/path_functions.cpp
index 5b9e92e..0093e4d 100644
--- a/path_functions.cpp
+++ b/path_functions.cpp
@@ -4,7 +4,13 @@
#include <QDebug>
QString AOApplication::get_base_path(){
+
+#ifdef OMNI_DEBUG
+ return "/media/omnitroid/Data/winshare/AO/client/base/";
+#else
return (QDir::currentPath() + "/base/");
+#endif
+
}
QString AOApplication::get_theme_path()