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/jsruntime/qv4jscall_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/jsruntime/qv4jscall_p.h') diff --git a/src/qml/jsruntime/qv4jscall_p.h b/src/qml/jsruntime/qv4jscall_p.h index fd25466d8b..e8896ce19d 100644 --- a/src/qml/jsruntime/qv4jscall_p.h +++ b/src/qml/jsruntime/qv4jscall_p.h @@ -234,7 +234,7 @@ enum CoercionProblem InvalidListType }; -Q_QML_PRIVATE_EXPORT void warnAboutCoercionToVoid( +Q_QML_EXPORT void warnAboutCoercionToVoid( ExecutionEngine *engine, const Value &value, CoercionProblem problem); inline ReturnedValue coerceListType( -- cgit v1.2.3