diff options
| author | 2010-02-14 12:22:08 +0000 | |
|---|---|---|
| committer | 2010-02-14 12:22:08 +0000 | |
| commit | 4f00b73d0b8d4de674b53a07faaf8eb42ecec055 (patch) | |
| tree | c0e2ddde6159772ed81a7c32c5801b847563b7a4 /src/modules/objects/class_ftp.h | |
| parent | added an option to disable cap on a server basis (useful for irc bouncers) (diff) | |
| download | KVIrc-4f00b73d0b8d4de674b53a07faaf8eb42ecec055.tar.gz KVIrc-4f00b73d0b8d4de674b53a07faaf8eb42ecec055.tar.bz2 KVIrc-4f00b73d0b8d4de674b53a07faaf8eb42ecec055.zip | |
Some fixes in KVS ftp and http classes
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3964 17fca916-40b9-46aa-a4ea-0a15b648b75c
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); |
