aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcontextwrapper_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2015-08-12 14:02:19 +0200
committerLars Knoll <lars.knoll@theqtcompany.com>2015-08-20 20:01:21 +0000
commit04d3a95dea37cbc79348147eebac9916cc8b4c79 (patch)
tree91a5314eeb6a7f09b4cfdd4d4df2c09d84f79f68 /src/qml/qml/qqmlcontextwrapper_p.h
parentcc98678f404cd49750076795f39b31bfa36c80c3 (diff)
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 <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/qml/qqmlcontextwrapper_p.h')
-rw-r--r--src/qml/qml/qqmlcontextwrapper_p.h2
1 files changed, 0 insertions, 2 deletions
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);
};