aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmljavascriptexpression_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/qqmljavascriptexpression_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/qqmljavascriptexpression_p.h')
-rw-r--r--src/qml/qml/qqmljavascriptexpression_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/qml/qqmljavascriptexpression_p.h b/src/qml/qml/qqmljavascriptexpression_p.h
index dfcf8b2d68..f0a3741588 100644
--- a/src/qml/qml/qqmljavascriptexpression_p.h
+++ b/src/qml/qml/qqmljavascriptexpression_p.h
@@ -176,6 +176,8 @@ public:
void captureProperty(QQmlNotifier *);
void captureProperty(QObject *, int, int);
+ static void registerQmlDependencies(QV4::ExecutionEngine *engine, const QV4::CompiledData::Function *compiledFunction);
+
QQmlEngine *engine;
QQmlJavaScriptExpression *expression;
QQmlJavaScriptExpression::DeleteWatcher *watcher;