aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4instr_moth_p.h
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2023-11-23 08:51:37 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2024-01-11 23:03:19 +0100
commit5c5a2c24847c636857153078e4716fcb242f394d (patch)
treedad8c92017310f7acf41c46f4ace9d6928ce8312 /src/qml/compiler/qv4instr_moth_p.h
parent26096b2a323c6e561766e15b62b810dc654ad317 (diff)
Remove the use of Q_QML_PRIVATE_EXPORT
Task-number: QTBUG-117983 Change-Id: I5790f01d614cd70c7fcc9bd817ec6ace3f3e3730 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qml/compiler/qv4instr_moth_p.h')
-rw-r--r--src/qml/compiler/qv4instr_moth_p.h2
1 files changed, 1 insertions, 1 deletions
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<CompiledData::CodeOffsetToLineAndStatement> &lineAndStatementNumberMapping =