From a47597ea986e76cb6deeaaa64b3714add4688a01 Mon Sep 17 00:00:00 2001 From: Michael Brasser Date: Tue, 28 Aug 2012 10:49:28 +1000 Subject: Refactor QQmlPropertyCacheMethodArguments creation. Change-Id: Ic7215741b26ddf0a36181cf7c7daaff095e797da Reviewed-by: Matthew Vogt --- src/qml/qml/qqmlpropertycache_p.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/qml/qml/qqmlpropertycache_p.h') diff --git a/src/qml/qml/qqmlpropertycache_p.h b/src/qml/qml/qqmlpropertycache_p.h index ad94ed4688..99fab4323c 100644 --- a/src/qml/qml/qqmlpropertycache_p.h +++ b/src/qml/qml/qqmlpropertycache_p.h @@ -238,6 +238,7 @@ private: bool notFullyResolved() const { return flags & NotFullyResolved; } }; +class QQmlPropertyCacheMethodArguments; class Q_QML_PRIVATE_EXPORT QQmlPropertyCache : public QQmlRefCount, public QQmlCleanup { public: @@ -345,6 +346,8 @@ private: // Implemented in v8/qv8qobjectwrapper.cpp v8::Local newQObject(QObject *, QV8Engine *); + QQmlPropertyCacheMethodArguments *createArgumentsObject(int count, + const QList &names = QList()); QQmlPropertyData *signal(int, QQmlPropertyCache **) const; typedef QVector IndexCache; -- cgit v1.2.3