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/qqmldelegatemodel_p_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/types/qqmldelegatemodel_p_p.h') diff --git a/src/qml/types/qqmldelegatemodel_p_p.h b/src/qml/types/qqmldelegatemodel_p_p.h index 16ecdd80be..9311ad0598 100644 --- a/src/qml/types/qqmldelegatemodel_p_p.h +++ b/src/qml/types/qqmldelegatemodel_p_p.h @@ -215,7 +215,7 @@ public: bool parseIndex(const v8::Handle &value, int *index, Compositor::Group *group) const; bool parseGroupArgs( - QQmlV8Function *args, Compositor::Group *group, int *index, int *count, int *groups) const; + QQmlV4Function *args, Compositor::Group *group, int *index, int *count, int *groups) const; Compositor::Group group; QQmlGuard model; -- cgit v1.2.3