diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2011-11-05 03:24:22 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2011-11-05 03:24:22 +0200 |
commit | 544c4714a4e1f6b5bedf7b58d07080c5a6dee860 (patch) | |
tree | 022be2f29c03725cb3b097e928c2ac6a9d555bc0 /client/client.h | |
parent | 5300c9dd1261a7f4ff8bf5a83608470e4953dd0f (diff) |
fixed config files access path's
added code for qtsingleapplication for future
also, i can't reproduce crashes
Diffstat (limited to 'client/client.h')
-rwxr-xr-x[-rw-r--r--] | client/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/client.h b/client/client.h index 6306434..7be1ce2 100644..100755 --- a/client/client.h +++ b/client/client.h @@ -10,6 +10,9 @@ #include <vector> #include "Logger.h" +#include "ProxyClientApp.h" + +extern ProxyClientApp *this_app; #endif |