aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4script_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-12-05 10:50:55 +0100
committerLars Knoll <lars.knoll@qt.io>2016-12-09 14:01:53 +0000
commitbf661342652b02177fc1a5cd29195a443dac5bc1 (patch)
tree6ef88c7f91ab3b7f0c39480daec21db9eaed0ce2 /src/qml/jsruntime/qv4script_p.h
parentc953f8b550b7ea9e7989f9fddaaa14324354aea3 (diff)
Don't create a FunctionObject in createQmlBinding()
This also removes the last use of the QmlBindingWrapper, so remove that class as well. Change-Id: I2ec795b6ab695a689fb24d64c9b8809b651c2b37 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/jsruntime/qv4script_p.h')
-rw-r--r--src/qml/jsruntime/qv4script_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4script_p.h b/src/qml/jsruntime/qv4script_p.h
index 686fa49c88..f96f0254a5 100644
--- a/src/qml/jsruntime/qv4script_p.h
+++ b/src/qml/jsruntime/qv4script_p.h
@@ -136,7 +136,6 @@ struct Q_QML_EXPORT Script {
void parse();
ReturnedValue run();
- ReturnedValue qmlBinding();
Function *function();