aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/qtquick2.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2015-06-10 14:22:08 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-06-18 16:42:30 +0000
commitd475e72dc469dc6d442a36588e19a3e7eca48394 (patch)
tree962b24bcf8079f6821bc93af7fbe177a4442ff02 /src/quick/qtquick2.cpp
parent1d76a5d3eab1a071fa35b2668bb09c4adfc41e01 (diff)
Smaller cleanup to QQmlJavaScriptExpression
Clean up some of the code to create binding expressions. Change-Id: I1cd826685713b44166c58b114fa91135a664591d Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/quick/qtquick2.cpp')
-rw-r--r--src/quick/qtquick2.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/quick/qtquick2.cpp b/src/quick/qtquick2.cpp
index 524ee02952..6027a6ddc1 100644
--- a/src/quick/qtquick2.cpp
+++ b/src/quick/qtquick2.cpp
@@ -133,7 +133,6 @@ void QQmlQtQuick2DebugStatesDelegate::updateBinding(QQmlContext *context,
QQmlContextData::get(context), fileName,
line, column);
newBinding->setTarget(property);
- newBinding->setNotifyOnValueChanged(true);
}
state->changeBindingInRevertList(object, propertyName, newBinding);