From b23e96728b3c8080d454100fb7db53ab46666e4e Mon Sep 17 00:00:00 2001 From: David Skoland Date: Sat, 28 Jan 2017 12:43:20 +0100 Subject: added server name in window title --- path_functions.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'path_functions.cpp') 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 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() -- cgit