diff options
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; }; |