summaryrefslogtreecommitdiffstats
path: root/src/imports/location/declarativeplaces/qdeclarativeplaceattribute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/location/declarativeplaces/qdeclarativeplaceattribute.cpp')
-rw-r--r--src/imports/location/declarativeplaces/qdeclarativeplaceattribute.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/imports/location/declarativeplaces/qdeclarativeplaceattribute.cpp b/src/imports/location/declarativeplaces/qdeclarativeplaceattribute.cpp
index 0edd0d1c..fdb893dc 100644
--- a/src/imports/location/declarativeplaces/qdeclarativeplaceattribute.cpp
+++ b/src/imports/location/declarativeplaces/qdeclarativeplaceattribute.cpp
@@ -113,10 +113,12 @@
*/
/*!
- \qmlsignal void ExtendedAttributes::onValueChanged(string key, variant value)
+ \qmlsignal void ExtendedAttributes::valueChanged(string key, variant value)
- This signal is raised when the set of attributes changes. \a key is the key
+ This signal is emitted when the set of attributes changes. \a key is the key
corresponding to the \a value that was changed.
+
+ The corresponding handler is \c onValueChanged.
*/
/*!