diff options
| author | 2011-02-18 17:59:20 +0000 | |
|---|---|---|
| committer | 2011-02-18 17:59:20 +0000 | |
| commit | 706807f012203c2ab2fccb069d9a2b6377ed22e8 (patch) | |
| tree | a23f8fa0d589e29daafac62e72593b32138afb3d /src/modules/objects/KvsObject_ftp.h | |
| parent | updated turkish translation (diff) | |
| download | KVIrc-706807f012203c2ab2fccb069d9a2b6377ed22e8.tar.gz KVIrc-706807f012203c2ab2fccb069d9a2b6377ed22e8.tar.bz2 KVIrc-706807f012203c2ab2fccb069d9a2b6377ed22e8.zip | |
Code improvements and fixes in kvs class ftp
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5483 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/KvsObject_ftp.h')
| -rw-r--r-- | src/modules/objects/KvsObject_ftp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/objects/KvsObject_ftp.h b/src/modules/objects/KvsObject_ftp.h index c50942fd1..d7af449c7 100644 --- a/src/modules/objects/KvsObject_ftp.h +++ b/src/modules/objects/KvsObject_ftp.h @@ -37,11 +37,10 @@ public: KVSO_DECLARE_OBJECT(KvsObject_ftp) protected: QFtp *m_pFtp; - QHash<int, QFile*> getDict; - bool m_bAbort; protected: bool functionConnect(KviKvsObjectFunctionCall *c); bool get(KviKvsObjectFunctionCall *c); + bool put(KviKvsObjectFunctionCall *c); bool login(KviKvsObjectFunctionCall *c); bool cd(KviKvsObjectFunctionCall *c); bool list(KviKvsObjectFunctionCall *c); |
