aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmldelayedcallqueue_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmldelayedcallqueue_p.h')
-rw-r--r--src/qml/qml/qqmldelayedcallqueue_p.h2
1 files changed, 1 insertions, 1 deletions
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<QV4::PersistentValue> m_args;
+ QV4::PersistentValue m_args;
QQmlGuard<QObject> m_objectGuard;
bool m_guarded;
};