summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2014-10-28 16:50:34 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2014-11-07 14:04:15 +0100
commit6142a4947edddddf68755b7d73973ecab4c726e6 (patch)
tree4fa4eb42e1cc24b88ce3f4c6c6106f28c70ba9d1
parent736bf931554396cd073d4f1a3f28748b0e81bcaa (diff)
add missing QT_{BEGIN|END}_NAMESPACE
Change-Id: I4e5b1bd4dc4339c1ba5b2ef9cfb153f48fa84a5c Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
-rw-r--r--src/qftp/qftp.h2
1 files changed, 2 insertions, 0 deletions
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 <QtCore/qobject.h>
+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