summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Strømme <christian.stromme@theqtcompany.com>2016-01-07 15:03:10 +0100
committerChristian Stromme <christian.stromme@theqtcompany.com>2016-01-07 14:39:17 +0000
commitd8cc48502e5901ca344b87a296362eb8c8610b6a (patch)
tree7308f8e2098edfc27a71a00aff821e8bb854e2fa
parent34eab6738cea227245355544bcc542a7bfd06f7c (diff)
Fix warning about missing QT_X_NAMESPACE
Required to silence syncqt. Change-Id: I8e7fad9a0d616c2649ae8a940fd8797af0d3df66 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-rw-r--r--src/systeminfo/qsysteminfoglobal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/systeminfo/qsysteminfoglobal.h b/src/systeminfo/qsysteminfoglobal.h
index 1616b935..56eb4691 100644
--- a/src/systeminfo/qsysteminfoglobal.h
+++ b/src/systeminfo/qsysteminfoglobal.h
@@ -47,6 +47,8 @@
#include <QtCore/qglobal.h>
+QT_BEGIN_NAMESPACE
+
#ifndef QT_STATIC
# if defined(QT_BUILD_SYSTEMINFO_LIB)
# define Q_SYSTEMINFO_EXPORT Q_DECL_EXPORT
@@ -57,4 +59,6 @@
# define Q_SYSTEMINFO_EXPORT
#endif
+QT_END_NAMESPACE
+
#endif // QSYSTEMINFOGLOBAL_H