summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlwatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qmlwatcher.cpp')
-rw-r--r--src/declarative/qml/qmlwatcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlwatcher.cpp b/src/declarative/qml/qmlwatcher.cpp
index ca99472..8cd51e0 100644
--- a/src/declarative/qml/qmlwatcher.cpp
+++ b/src/declarative/qml/qmlwatcher.cpp
@@ -112,7 +112,7 @@ void QmlWatchProxy::notifyValueChanged()
else
v = m_property.read(m_object);
- emit m_watch->propertyChanged(m_id, m_debugId, QByteArray(m_property.name()), v);
+ emit m_watch->propertyChanged(m_id, m_debugId, m_property, v);
}