diff options
| author | 2008-09-28 13:29:37 +0000 | |
|---|---|---|
| committer | 2008-09-28 13:29:37 +0000 | |
| commit | 38e871bcfa4511748fe66c05f4491b304cde0580 (patch) | |
| tree | 52a823b9c4d1d51a68d41e470f80b6887d44c562 /src/modules/objects/class_http.h | |
| parent | added doxygen comments; (diff) | |
| download | KVIrc-38e871bcfa4511748fe66c05f4491b304cde0580.tar.gz KVIrc-38e871bcfa4511748fe66c05f4491b304cde0580.tar.bz2 KVIrc-38e871bcfa4511748fe66c05f4491b304cde0580.zip | |
some fixes + optimized readhex functions in kvs classes socket and file
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2587 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_http.h')
| -rw-r--r-- | src/modules/objects/class_http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_http.h b/src/modules/objects/class_http.h index 7f97f6000..f2667931c 100644 --- a/src/modules/objects/class_http.h +++ b/src/modules/objects/class_http.h @@ -63,7 +63,7 @@ protected: bool functionErrorString(KviKvsObjectFunctionCall *c); bool functionPost(KviKvsObjectFunctionCall *c); bool functionFollowRedirect(KviKvsObjectFunctionCall *c); - + bool functionCurrentId(KviKvsObjectFunctionCall *c); void redirect(QString &file,const QHttpResponseHeader &r); #ifndef QT_NO_OPENSSL |
