From 522c91f41f857bf2b52881d0bea2e07468516a42 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sat, 22 Jun 2013 00:09:24 +0200 Subject: Remove context parameter from Manged::put. Change-Id: Ib99e726ffbb20463d45a8444b4fbdfe32cd6dbef Reviewed-by: Simon Hausmann --- src/qml/qml/qqmltypewrapper_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/qml/qqmltypewrapper_p.h') diff --git a/src/qml/qml/qqmltypewrapper_p.h b/src/qml/qml/qqmltypewrapper_p.h index 511406d996..9ad364e94d 100644 --- a/src/qml/qml/qqmltypewrapper_p.h +++ b/src/qml/qml/qqmltypewrapper_p.h @@ -83,7 +83,7 @@ public: static Value get(Managed *m, String *name, bool *hasProperty); - static void put(Managed *m, ExecutionContext *ctx, String *name, const Value &value); + static void put(Managed *m, String *name, const Value &value); static void destroy(Managed *that); private: -- cgit v1.2.3