diff options
Diffstat (limited to 'src/modules/objects/class_ftp.h')
| -rw-r--r-- | src/modules/objects/class_ftp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/objects/class_ftp.h b/src/modules/objects/class_ftp.h index 69f1deeb5..974f26088 100644 --- a/src/modules/objects/class_ftp.h +++ b/src/modules/objects/class_ftp.h @@ -39,7 +39,8 @@ public: KVSO_DECLARE_OBJECT(KviKvsObject_ftp) protected: QFtp *m_pFtp; - QFile *m_pFile; + QHash<int, QFile*> getDict; + bool m_bAbort; protected: bool functionConnect(KviKvsObjectFunctionCall *c); bool get(KviKvsObjectFunctionCall *c); |
