diff options
author | Fabian Kosmale <[email protected]> | 2023-08-29 16:53:40 +0200 |
---|---|---|
committer | Fabian Kosmale <[email protected]> | 2023-09-01 07:57:08 +0200 |
commit | ac5c7d52737489b2b63071e1003ef2d72e8eb8ae (patch) | |
tree | 8520ff5c977e93b97b21bb8104d74af610215429 /src/qmlcompiler/qqmljsloggingutils_p.h | |
parent | c5f58f40eda72d6e7f28e24a7509ced3eca247d1 (diff) |
QmlCompiler: Change it to public module
It now has public API, and users shouldn't need to link against
QmlCompilerPrivate to gain access to that API.
Change some includes to avoid syncqt complaints, and remove a
superfluous const to avoid pedantic warnings.
Pick-to: 6.6
Change-Id: I00ac8713f6bd9d1437300bc833cf16b62216caa0
Reviewed-by: Ulf Hermann <[email protected]>
Reviewed-by: Qt CI Bot <[email protected]>
Diffstat (limited to 'src/qmlcompiler/qqmljsloggingutils_p.h')
-rw-r--r-- | src/qmlcompiler/qqmljsloggingutils_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmlcompiler/qqmljsloggingutils_p.h b/src/qmlcompiler/qqmljsloggingutils_p.h index f124e6f9a7..0cd3d87e41 100644 --- a/src/qmlcompiler/qqmljsloggingutils_p.h +++ b/src/qmlcompiler/qqmljsloggingutils_p.h @@ -15,6 +15,7 @@ // We mean it. // +#include <QtCore/qstring.h> #include <private/qtqmlcompilerexports_p.h> #include "qqmljsloggingutils.h" |