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/ProxyClientApp.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/ProxyClientApp.h')
-rwxr-xr-x[-rw-r--r--] | client/ProxyClientApp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/ProxyClientApp.h b/client/ProxyClientApp.h index c3c56af..a40177a 100644..100755 --- a/client/ProxyClientApp.h +++ b/client/ProxyClientApp.h @@ -6,6 +6,7 @@ #include <QSystemTrayIcon> #include <QApplication> +//class ProxyClientApp: public QtSingleApplication //this will be paid later ))) class ProxyClientApp: public QApplication { Q_OBJECT @@ -18,4 +19,4 @@ private slots: }; -#endif
\ No newline at end of file +#endif |