diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-12-01 03:11:09 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-12-01 03:11:09 +0200 |
commit | 918defcaea2b570a927a2884ce0e720b03e32d8a (patch) | |
tree | 5c05b21f2c565a3ccc0124edf3af175657205d04 /client/ProxyClientApp.h | |
parent | 70dc6021943eacded7c26f2ca66375f64f19d819 (diff) |
FIX file transfer; FIX packet parsing bug; + many various fixes and improvements
Diffstat (limited to 'client/ProxyClientApp.h')
-rw-r--r-- | client/ProxyClientApp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/ProxyClientApp.h b/client/ProxyClientApp.h index 5dd0a69..b015344 100644 --- a/client/ProxyClientApp.h +++ b/client/ProxyClientApp.h @@ -5,6 +5,8 @@ #include <QSystemTrayIcon> #include <QApplication> +#include "FileOpThread.h" + //class ProxyClientApp: public QtSingleApplication //this will be paid later ))) class ProxyClientApp: public QApplication @@ -22,6 +24,7 @@ private slots: private: QSystemTrayIcon *trayIcon; + FileOpThread fileOpThread; }; |