diff options
author | Alexey Edelev <[email protected]> | 2023-11-23 08:53:42 +0100 |
---|---|---|
committer | Alexey Edelev <[email protected]> | 2024-01-09 10:40:46 +0100 |
commit | 1b17918d16d2de91bd265b092863f96dbe15efbe (patch) | |
tree | b551302805b476163e1c689587a151fa0d21655d /src/qmlcompiler/qqmljsloggingutils_p.h | |
parent | 057aad1cda647b4f44329648f75a224a4b69e7e3 (diff) |
Remove the use of Q_QMLCOMPILER_PRIVATE_EXPORT
Task-number: QTBUG-117983
Change-Id: I893ba2a6c83af92d65d843b6a37bb14c6c1e45bf
Reviewed-by: Ulf Hermann <[email protected]>
Diffstat (limited to 'src/qmlcompiler/qqmljsloggingutils_p.h')
-rw-r--r-- | src/qmlcompiler/qqmljsloggingutils_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmlcompiler/qqmljsloggingutils_p.h b/src/qmlcompiler/qqmljsloggingutils_p.h index 11196c13ac..9099a2c73c 100644 --- a/src/qmlcompiler/qqmljsloggingutils_p.h +++ b/src/qmlcompiler/qqmljsloggingutils_p.h @@ -16,7 +16,7 @@ // #include <QtCore/qstring.h> -#include <private/qtqmlcompilerexports_p.h> +#include <qtqmlcompilerexports.h> #include "qqmljsloggingutils.h" |