summaryrefslogtreecommitdiff
path: root/src/qml/compiler/qv4bytecodehandler_p.h
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2022-03-23 15:02:08 +0100
committerMaximilian Goldstein <max.goldstein@qt.io>2022-03-24 09:21:10 +0100
commitce53e48504fc40df6195d68ad3767826ce10148a (patch)
treef4c007dc669cb5675667ea194aecbaedc90caeab /src/qml/compiler/qv4bytecodehandler_p.h
parentcc6bd22b61cff5b992b594b69552c8f41f65f13b (diff)
downloadqtdeclarative-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/qv4bytecodehandler_p.h')
-rw-r--r--src/qml/compiler/qv4bytecodehandler_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/compiler/qv4bytecodehandler_p.h b/src/qml/compiler/qv4bytecodehandler_p.h
index c1526e58a1..b9c470320d 100644
--- a/src/qml/compiler/qv4bytecodehandler_p.h
+++ b/src/qml/compiler/qv4bytecodehandler_p.h
@@ -92,7 +92,7 @@ namespace Moth {
#define BYTECODE_HANDLER_DEFINE_VIRTUAL_BYTECODE_HANDLER(instr) \
INSTR_##instr(BYTECODE_HANDLER_DEFINE_VIRTUAL_BYTECODE_HANDLER)
-class Q_QMLCOMPILER_PRIVATE_EXPORT ByteCodeHandler
+class Q_QML_COMPILER_PRIVATE_EXPORT ByteCodeHandler
{
Q_DISABLE_COPY_MOVE(ByteCodeHandler)
public: