From 918defcaea2b570a927a2884ce0e720b03e32d8a Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Thu, 1 Dec 2011 03:11:09 +0200 Subject: FIX file transfer; FIX packet parsing bug; + many various fixes and improvements --- client/ProxyClientApp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/ProxyClientApp.h') 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 #include +#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; }; -- cgit v1.2.3