aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlbinding.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-03-14 13:47:41 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-19 12:02:48 +0100
commit587a1ce124d1f814b576b1a5e9fa2d3ed2c9d336 (patch)
tree2695896acd324324189dff96e033667e210c9c78 /src/qml/qml/qqmlbinding.cpp
parentba8a50ae80c2483d85e68db252bdb57498718116 (diff)
QmlProfiler: Do not log expression for binding
In Qt Creator 2.5, we're getting the exact text from the local sources anyway. Change-Id: I419e8e7d8cc8831b682ce619a4f8394e5be49c50 Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
Diffstat (limited to 'src/qml/qml/qqmlbinding.cpp')
-rw-r--r--src/qml/qml/qqmlbinding.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlbinding.cpp b/src/qml/qml/qqmlbinding.cpp
index f43822ed0e..c4f48ef63d 100644
--- a/src/qml/qml/qqmlbinding.cpp
+++ b/src/qml/qml/qqmlbinding.cpp
@@ -193,8 +193,6 @@ void QQmlBinding::update(QQmlPropertyPrivate::WriteFlags flags)
if (!updatingFlag()) {
QQmlBindingProfiler prof(m_url, m_lineNumber, m_columnNumber);
- if (prof.enabled)
- prof.addDetail(expression());
setUpdatingFlag(true);
QQmlAbstractExpression::DeleteWatcher watcher(this);