aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qmltc/qqmltcobjectcreationhelper_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qmltc/qqmltcobjectcreationhelper_p.h')
-rw-r--r--src/qml/qmltc/qqmltcobjectcreationhelper_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qmltc/qqmltcobjectcreationhelper_p.h b/src/qml/qmltc/qqmltcobjectcreationhelper_p.h
index ae4633ac43..fe0cdcfed2 100644
--- a/src/qml/qmltc/qqmltcobjectcreationhelper_p.h
+++ b/src/qml/qmltc/qqmltcobjectcreationhelper_p.h
@@ -118,7 +118,7 @@ struct QmltcTypeData
}
};
-Q_QML_PRIVATE_EXPORT void qmltcCreateDynamicMetaObject(QObject *object, const QmltcTypeData &data);
+Q_QML_EXPORT void qmltcCreateDynamicMetaObject(QObject *object, const QmltcTypeData &data);
QT_END_NAMESPACE