aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_http.h
diff options
context:
space:
mode:
authorGravatar Fabio Bas2012-09-29 07:50:39 +0000
committerGravatar Fabio Bas2012-09-29 07:50:39 +0000
commitdf313b2a95176aa9635dbf9ca60691d5cca162e0 (patch)
treeaf8579bb7d1c67832f4d9410a2a16998695c83c5 /src/modules/objects/KvsObject_http.h
parentcmake: stop configuration if no qt4 or qt5 are found (diff)
downloadKVIrc-df313b2a95176aa9635dbf9ca60691d5cca162e0.tar.gz
KVIrc-df313b2a95176aa9635dbf9ca60691d5cca162e0.tar.bz2
KVIrc-df313b2a95176aa9635dbf9ca60691d5cca162e0.zip
fix mingw32+automoc compilation
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6261 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/KvsObject_http.h')
-rw-r--r--src/modules/objects/KvsObject_http.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/objects/KvsObject_http.h b/src/modules/objects/KvsObject_http.h
index 51f0ed1ec..3862b44b0 100644
--- a/src/modules/objects/KvsObject_http.h
+++ b/src/modules/objects/KvsObject_http.h
@@ -30,7 +30,6 @@
//===============================================================
#include "object_macros.h"
-#warning QFtp doesn't exists anymore in Qt5, port this class or drop it
#if (QT_VERSION < 0x050000)
#include <QHttp>