summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2012-11-20 11:31:24 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-21 08:51:33 +0100
commitbe2cb6c919d3af82bf53e9c5a7e94c93268d893a (patch)
treeefafa5f09c5b233480154a9c0ef2d9d2a9596283
parenta7e92c5b4489c7cd478712c7b00d9a8e80e6d0c7 (diff)
Fix syncqt-warnings about missing QT_BEGIN_HEADER/NAMESPACE.
Change-Id: I42532f6896ff9fe91084e2e1c8aa53a00527329b Reviewed-by: Matthew Vogt <matthew.vogt@qinetic.com.au>
-rw-r--r--src/declarative/qtdeclarativeglobal.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/declarative/qtdeclarativeglobal.h b/src/declarative/qtdeclarativeglobal.h
index 39e11018..2bbcaffa 100644
--- a/src/declarative/qtdeclarativeglobal.h
+++ b/src/declarative/qtdeclarativeglobal.h
@@ -44,6 +44,10 @@
#include <QtCore/qglobal.h>
+QT_BEGIN_HEADER
+
+QT_BEGIN_NAMESPACE
+
// This definition is in the process of being removed from qtbase - once it
// has been expunged, this will no longer be necssary:
#if defined(Q_DECLARATIVE_EXPORT)
@@ -60,4 +64,8 @@
# define Q_DECLARATIVE_EXPORT
#endif
+QT_END_NAMESPACE
+
+QT_END_HEADER
+
#endif // QTDECLARATIVEGLOBAL_H