aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_file.h
diff options
context:
space:
mode:
authorGravatar Noldor2008-09-12 14:27:09 +0000
committerGravatar Noldor2008-09-12 14:27:09 +0000
commit0012f2217579f97bb20c6371be8a7921a2119a04 (patch)
treef375c2a315776f79c663a8192029eee35c567af2 /src/modules/objects/class_file.h
parentfixed subversion message (diff)
downloadKVIrc-0012f2217579f97bb20c6371be8a7921a2119a04.tar.gz
KVIrc-0012f2217579f97bb20c6371be8a7921a2119a04.tar.bz2
KVIrc-0012f2217579f97bb20c6371be8a7921a2119a04.zip
QT4 new stuff and ftp/http(wip) new classes (lack of docs :\)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2441 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_file.h')
-rw-r--r--src/modules/objects/class_file.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/objects/class_file.h b/src/modules/objects/class_file.h
index 4d318abcb..0c7677c3f 100644
--- a/src/modules/objects/class_file.h
+++ b/src/modules/objects/class_file.h
@@ -106,6 +106,9 @@ protected:
/* bool functionHexWrite(KviKvsObjectFunctionCall *c);
bool functionHexRead(KviKvsObjectFunctionCall *c);
*/
+ bool functionreadHexBlock(KviKvsObjectFunctionCall *c);
+
+bool functionwriteHexBlock(KviKvsObjectFunctionCall *c);
protected:
QFile * m_pFile;
};