From 04d3a95dea37cbc79348147eebac9916cc8b4c79 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 12 Aug 2015 14:02:19 +0200 Subject: Move the registerQmlDependencies method into QQmlPropertyCapture This is where the method logically belongs, and removes one more thing from the context wrapper. Change-Id: Ibc076c9b31903a484ad4517402eca2a3b7f0d660 Reviewed-by: Simon Hausmann --- src/qml/qml/qqmlcontextwrapper_p.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/qml/qml/qqmlcontextwrapper_p.h') diff --git a/src/qml/qml/qqmlcontextwrapper_p.h b/src/qml/qml/qqmlcontextwrapper_p.h index 7b5d3216df..d7a4a10468 100644 --- a/src/qml/qml/qqmlcontextwrapper_p.h +++ b/src/qml/qml/qqmlcontextwrapper_p.h @@ -99,8 +99,6 @@ struct Q_QML_EXPORT QmlContextWrapper : Object static ReturnedValue get(const Managed *m, String *name, bool *hasProperty); static void put(Managed *m, String *name, const Value &value); - static void registerQmlDependencies(ExecutionEngine *context, const CompiledData::Function *compiledFunction); - ReturnedValue qmlSingletonWrapper(ExecutionEngine *e, String *name); }; -- cgit v1.2.3