diff options
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 |
