summaryrefslogtreecommitdiffstats
path: root/src/core/api/qtwebenginecoreglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/api/qtwebenginecoreglobal.h')
-rw-r--r--src/core/api/qtwebenginecoreglobal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/api/qtwebenginecoreglobal.h b/src/core/api/qtwebenginecoreglobal.h
index 16daaab7d..a17b355eb 100644
--- a/src/core/api/qtwebenginecoreglobal.h
+++ b/src/core/api/qtwebenginecoreglobal.h
@@ -39,6 +39,8 @@
#include <QtCore/qglobal.h>
+QT_BEGIN_NAMESPACE
+
#if defined(BUILDING_CHROMIUM)
# define QWEBENGINE_EXPORT Q_DECL_EXPORT
#else
@@ -47,4 +49,6 @@
#define ASSERT_ENUMS_MATCH(A, B) Q_STATIC_ASSERT_X(static_cast<int>(A) == static_cast<int>(B), "The enum values must match");
+QT_END_NAMESPACE
+
#endif // QTWEBENGINECOREGLOBAL_H