From 5c5a2c24847c636857153078e4716fcb242f394d Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Thu, 23 Nov 2023 08:51:37 +0100 Subject: Remove the use of Q_QML_PRIVATE_EXPORT Task-number: QTBUG-117983 Change-Id: I5790f01d614cd70c7fcc9bd817ec6ace3f3e3730 Reviewed-by: Ulf Hermann --- src/qml/compiler/qv4instr_moth_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/compiler/qv4instr_moth_p.h') diff --git a/src/qml/compiler/qv4instr_moth_p.h b/src/qml/compiler/qv4instr_moth_p.h index 70e9f9e7a2..4dde924379 100644 --- a/src/qml/compiler/qv4instr_moth_p.h +++ b/src/qml/compiler/qv4instr_moth_p.h @@ -497,7 +497,7 @@ inline bool operator!=(const StackSlot &l, const StackSlot &r) { return l.stackS // When making changes to the instructions, make sure to bump QV4_DATA_STRUCTURE_VERSION in qv4compileddata_p.h -Q_QML_PRIVATE_EXPORT +Q_QML_EXPORT QString dumpBytecode( const char *bytecode, int len, int nLocals, int nFormals, int beginOffset, int endOffset, const QVector &lineAndStatementNumberMapping = -- cgit v1.2.3