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/qml/qqmlcomponent.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/qml/qml/qqmlcomponent.h') diff --git a/src/qml/qml/qqmlcomponent.h b/src/qml/qml/qqmlcomponent.h index aefad475b4..9877f59fb6 100644 --- a/src/qml/qml/qqmlcomponent.h +++ b/src/qml/qml/qqmlcomponent.h @@ -56,7 +56,7 @@ class QByteArray; class QQmlEngine; class QQmlComponent; class QQmlIncubator; -class QQmlV8Function; +class QQmlV4Function; class QQmlCompiledData; class QQmlComponentPrivate; class QQmlComponentAttached; @@ -120,8 +120,8 @@ Q_SIGNALS: protected: QQmlComponent(QQmlComponentPrivate &dd, QObject* parent); - Q_INVOKABLE void createObject(QQmlV8Function *); - Q_INVOKABLE void incubateObject(QQmlV8Function *); + Q_INVOKABLE void createObject(QQmlV4Function *); + Q_INVOKABLE void incubateObject(QQmlV4Function *); private: QQmlComponent(QQmlEngine *, QQmlCompiledData *, int, QObject *parent); -- cgit v1.2.3