From ebec92cc5c0e1e11c226924e1093125b0b58a5d4 Mon Sep 17 00:00:00 2001 From: Fabian Kosmale Date: Mon, 3 Jul 2023 12:56:45 +0200 Subject: [PATCH] QQmlSA: mark module as TP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pick-to: 6.6 Change-Id: I22ed887ff1ee146f1cf14f75cb986658f9dad079 Reviewed-by: Olivier De Cannière Reviewed-by: Ulf Hermann --- src/qmlcompiler/qqmlsa.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/qmlcompiler/qqmlsa.cpp b/src/qmlcompiler/qqmlsa.cpp index 5b75f7e164..8edf288839 100644 --- a/src/qmlcompiler/qqmlsa.cpp +++ b/src/qmlcompiler/qqmlsa.cpp @@ -30,6 +30,8 @@ static_assert(QQmlJSScope::sizeofQQmlSAElement() == sizeof(Element)); \inmodule QtQmlCompiler \brief Provides tools for static analysis on QML programs. + + \modulestate Technical Preview */ /*!