From 40b4ff80ccd2b9dfdaf9af89a962407813e9d810 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 21 Jun 2013 23:26:11 +0200 Subject: Remove context parameter from Managed::get() Change-Id: I61837e4b17d7475dcda2f31b8a293c0020930d52 Reviewed-by: Simon Hausmann --- src/qml/qml/qqmllistwrapper_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/qml/qqmllistwrapper_p.h') diff --git a/src/qml/qml/qqmllistwrapper_p.h b/src/qml/qml/qqmllistwrapper_p.h index 8c52b791f0..3d0a831ae9 100644 --- a/src/qml/qml/qqmllistwrapper_p.h +++ b/src/qml/qml/qqmllistwrapper_p.h @@ -80,7 +80,7 @@ public: QVariant toVariant() const; - static Value get(Managed *m, ExecutionContext *ctx, String *name, bool *hasProperty); + static Value get(Managed *m, String *name, bool *hasProperty); static Value getIndexed(Managed *m, uint index, bool *hasProperty); static void put(Managed *m, ExecutionContext *ctx, String *name, const Value &value); static Property *advanceIterator(Managed *m, ObjectIterator *it, String **name, uint *index, PropertyAttributes *attributes); -- cgit v1.2.3