From 995d65f3f4f348757363ba2a3a3c3444aa281b4e Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 8 May 2013 16:22:39 +0200 Subject: Cleanup v8 dependencies from QQmlV8Function ... and rename it to QQmlV4Function Change-Id: Iad72347babf62691e26306877d4f229fda127eb7 Reviewed-by: Simon Hausmann --- src/qml/types/qqmllistmodelworkeragent_p.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/qml/types/qqmllistmodelworkeragent_p.h') diff --git a/src/qml/types/qqmllistmodelworkeragent_p.h b/src/qml/types/qqmllistmodelworkeragent_p.h index a76f66005b..1299d81c56 100644 --- a/src/qml/types/qqmllistmodelworkeragent_p.h +++ b/src/qml/types/qqmllistmodelworkeragent_p.h @@ -81,9 +81,9 @@ public: int count() const; Q_INVOKABLE void clear(); - Q_INVOKABLE void remove(QQmlV8Function *args); - Q_INVOKABLE void append(QQmlV8Function *args); - Q_INVOKABLE void insert(QQmlV8Function *args); + Q_INVOKABLE void remove(QQmlV4Function *args); + Q_INVOKABLE void append(QQmlV4Function *args); + Q_INVOKABLE void insert(QQmlV4Function *args); Q_INVOKABLE QQmlV4Handle get(int index) const; Q_INVOKABLE void set(int index, const QQmlV4Handle &); Q_INVOKABLE void setProperty(int index, const QString& property, const QVariant& value); -- cgit v1.2.3