diff options
Diffstat (limited to 'path_functions.cpp')
| -rw-r--r-- | path_functions.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/path_functions.cpp b/path_functions.cpp index 5b9e92ee..0093e4df 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() |
