diff options
author | Maximilian Goldstein <max.goldstein@qt.io> | 2022-03-23 15:02:08 +0100 |
---|---|---|
committer | Maximilian Goldstein <max.goldstein@qt.io> | 2022-03-24 09:21:10 +0100 |
commit | ce53e48504fc40df6195d68ad3767826ce10148a (patch) | |
tree | f4c007dc669cb5675667ea194aecbaedc90caeab /src/qml/compiler/qv4compiler_p.h | |
parent | cc6bd22b61cff5b992b594b69552c8f41f65f13b (diff) | |
download | qtdeclarative-ce53e48504fc40df6195d68ad3767826ce10148a.tar.gz |
qml: Rename Q_QMLCOMPILER_EXPORT to Q_QML_COMPILER_EXPORT
Otherwise we are in conflict with the export macro of the qmlcompiler
library.
Change-Id: Ic0f647a6708bc4c0b32ee63a684d56c4fbfca2a7
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/qml/compiler/qv4compiler_p.h')
-rw-r--r-- | src/qml/compiler/qv4compiler_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/compiler/qv4compiler_p.h b/src/qml/compiler/qv4compiler_p.h index ff5cd3f18e..d690b28315 100644 --- a/src/qml/compiler/qv4compiler_p.h +++ b/src/qml/compiler/qv4compiler_p.h @@ -78,7 +78,7 @@ struct Module; struct Class; struct TemplateObject; -struct Q_QMLCOMPILER_PRIVATE_EXPORT StringTableGenerator { +struct Q_QML_COMPILER_PRIVATE_EXPORT StringTableGenerator { StringTableGenerator(); int registerString(const QString &str); @@ -105,7 +105,7 @@ private: bool frozen = false; }; -struct Q_QMLCOMPILER_PRIVATE_EXPORT JSUnitGenerator { +struct Q_QML_COMPILER_PRIVATE_EXPORT JSUnitGenerator { static void generateUnitChecksum(CompiledData::Unit *unit); struct MemberInfo { |