From 968578a217966e3bd7ddf16f18d61a626b994fd1 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Wed, 24 Nov 2021 17:58:28 +0100 Subject: Fix logging categories in QtQml and friends Make sure they all start with "qt.qml" and move them into the Qt namespace. Remove dead ones. Change-Id: I3d7a3c08b797c29df6737b2c4a5cacb26cd82956 Reviewed-by: Fabian Kosmale --- src/qmlcompiler/qqmljscompiler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qmlcompiler/qqmljscompiler.cpp') diff --git a/src/qmlcompiler/qqmljscompiler.cpp b/src/qmlcompiler/qqmljscompiler.cpp index e9ccce9662..73faaaa6fc 100644 --- a/src/qmlcompiler/qqmljscompiler.cpp +++ b/src/qmlcompiler/qqmljscompiler.cpp @@ -38,10 +38,10 @@ #include -Q_LOGGING_CATEGORY(lcAotCompiler, "qml.compiler.aot", QtWarningMsg); - QT_BEGIN_NAMESPACE +Q_LOGGING_CATEGORY(lcAotCompiler, "qt.qml.compiler.aot", QtWarningMsg); + static const int FileScopeCodeIndex = -1; static QSet getIllegalNames() -- cgit v1.2.3