From 6142a4947edddddf68755b7d73973ecab4c726e6 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 28 Oct 2014 16:50:34 +0100 Subject: add missing QT_{BEGIN|END}_NAMESPACE Change-Id: I4e5b1bd4dc4339c1ba5b2ef9cfb153f48fa84a5c Reviewed-by: Christian Kandeler --- src/qftp/qftp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/qftp/qftp.h') diff --git a/src/qftp/qftp.h b/src/qftp/qftp.h index 9306450..f2cc19a 100644 --- a/src/qftp/qftp.h +++ b/src/qftp/qftp.h @@ -46,6 +46,7 @@ #include "qurlinfo.h" #include +QT_BEGIN_NAMESPACE class QFtpPrivate; @@ -155,5 +156,6 @@ private: Q_PRIVATE_SLOT(d, void _q_piFtpReply(int, const QString&)) }; +QT_END_NAMESPACE #endif // QFTP_H -- cgit v1.2.3