From 8a546b889e14aad7202dc198bc9fe942ef7e94a6 Mon Sep 17 00:00:00 2001 From: Michael Brasser Date: Tue, 12 Apr 2016 20:15:42 -0500 Subject: Update DelayedFunctionCall to use an array object. Change-Id: I9ffaa95ab58eff14abaf3573f5aa0d351ac0624d Reviewed-by: Simon Hausmann --- src/qml/qml/qqmldelayedcallqueue_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/qml/qqmldelayedcallqueue_p.h') diff --git a/src/qml/qml/qqmldelayedcallqueue_p.h b/src/qml/qml/qqmldelayedcallqueue_p.h index 7eb014cfdf..ef899170a2 100644 --- a/src/qml/qml/qqmldelayedcallqueue_p.h +++ b/src/qml/qml/qqmldelayedcallqueue_p.h @@ -85,7 +85,7 @@ private: void execute(QV4::ExecutionEngine *engine) const; QV4::PersistentValue m_function; - QList m_args; + QV4::PersistentValue m_args; QQmlGuard m_objectGuard; bool m_guarded; }; -- cgit v1.2.3