removed cheap hack
This commit is contained in:
parent
229d2d4de5
commit
6f9329efac
@ -10,14 +10,11 @@
|
|||||||
|
|
||||||
QString AOApplication::get_base_path(){
|
QString AOApplication::get_base_path(){
|
||||||
|
|
||||||
return "E:/AO/client/base/";
|
|
||||||
/*
|
|
||||||
#ifdef OMNI_DEBUG
|
#ifdef OMNI_DEBUG
|
||||||
return "/media/omnitroid/Data/winshare/AO/client/base/";
|
return "/media/omnitroid/Data/winshare/AO/client/base/";
|
||||||
#else
|
#else
|
||||||
return (QDir::currentPath() + "/base/");
|
return (QDir::currentPath() + "/base/");
|
||||||
#endif
|
#endif
|
||||||
*/
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user