aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compiler_p.h
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2023-11-23 08:48:01 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2024-01-09 10:40:46 +0100
commit057aad1cda647b4f44329648f75a224a4b69e7e3 (patch)
tree48bd1b935e52c8872deebe12fb85c6b456f396cd /src/qml/compiler/qv4compiler_p.h
parentde3030c06ee251f56d8dff0e17fc3b6954d044ce (diff)
Remove the use of Q_QML_COMPILER_PRIVATE_EXPORT
Task-number: QTBUG-117983 Change-Id: I717bf43032e72ec743f238ac48935a3019f1879d Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qml/compiler/qv4compiler_p.h')
-rw-r--r--src/qml/compiler/qv4compiler_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/compiler/qv4compiler_p.h b/src/qml/compiler/qv4compiler_p.h
index 3b90f66a54..bf2f5c8167 100644
--- a/src/qml/compiler/qv4compiler_p.h
+++ b/src/qml/compiler/qv4compiler_p.h
@@ -42,7 +42,7 @@ struct Module;
struct Class;
struct TemplateObject;
-struct Q_QML_COMPILER_PRIVATE_EXPORT StringTableGenerator {
+struct Q_QML_COMPILER_EXPORT StringTableGenerator {
StringTableGenerator();
int registerString(const QString &str);
@@ -69,7 +69,7 @@ private:
bool frozen = false;
};
-struct Q_QML_COMPILER_PRIVATE_EXPORT JSUnitGenerator {
+struct Q_QML_COMPILER_EXPORT JSUnitGenerator {
enum LookupMode { LookupForStorage, LookupForCall };
static void generateUnitChecksum(CompiledData::Unit *unit);