From 6bb5a51a9d70347f50c89919613a958c1a524ab5 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Fri, 2 Oct 2020 14:33:08 +0200 Subject: QmlCompiler: Wrap into Qt namespace As a Qt module, QmlCompiler's classes should live in the Qt namespace. Change-Id: I3138812c288979fe7cff316dd9b63213bd6dfd05 Reviewed-by: Fabian Kosmale --- src/qmlcompiler/qqmljsscope_p.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/qmlcompiler/qqmljsscope_p.h') diff --git a/src/qmlcompiler/qqmljsscope_p.h b/src/qmlcompiler/qqmljsscope_p.h index 3fb501f976..9e0cfcd079 100644 --- a/src/qmlcompiler/qqmljsscope_p.h +++ b/src/qmlcompiler/qqmljsscope_p.h @@ -50,6 +50,8 @@ #include +QT_BEGIN_NAMESPACE + enum class ScopeType { JSFunctionScope, @@ -218,4 +220,6 @@ private: AccessSemantics m_semantics = AccessSemantics::Reference; }; +QT_END_NAMESPACE + #endif // QQMLJSSCOPE_P_H -- cgit v1.2.3