From a2a3bfc936d14730de837d5996fa832c63ecf8b4 Mon Sep 17 00:00:00 2001 From: Szymon Tomasz Stefanek Date: Sun, 28 Dec 2014 22:37:46 +0000 Subject: Merge patch by TheReign. * Fixes an error in #if format * Fixes compiler warning of lone apostrophe on GNUC compilers git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6408 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/objects/KvsObject_ftp.cpp | 2 +- src/modules/objects/KvsObject_http.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/objects') diff --git a/src/modules/objects/KvsObject_ftp.cpp b/src/modules/objects/KvsObject_ftp.cpp index f9ed6c7b9..7401facc4 100644 --- a/src/modules/objects/KvsObject_ftp.cpp +++ b/src/modules/objects/KvsObject_ftp.cpp @@ -25,7 +25,7 @@ #include "KvsObject_ftp.h" #ifdef __GNUC__ -#warning QFtp doesn't exist anymore in Qt5, port this class or drop it +#warning "QFtp doesn't exist anymore in Qt5, port this class or drop it" #endif #if (QT_VERSION < 0x050000) diff --git a/src/modules/objects/KvsObject_http.cpp b/src/modules/objects/KvsObject_http.cpp index 21e93bf35..a096eea6a 100644 --- a/src/modules/objects/KvsObject_http.cpp +++ b/src/modules/objects/KvsObject_http.cpp @@ -25,7 +25,7 @@ #include "KvsObject_http.h" #ifdef __GNUC__ -#warning QHttp doesn't exist anymore in Qt5, port this class or drop it +#warning "QHttp doesn't exist anymore in Qt5, port this class or drop it" #endif #if (QT_VERSION < 0x050000) -- cgit v1.3.1-10-gc9f91