summaryrefslogtreecommitdiffstats
path: root/src/imports/location/declarativeplaces/qdeclarativesearchresultmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/location/declarativeplaces/qdeclarativesearchresultmodel.cpp')
-rw-r--r--src/imports/location/declarativeplaces/qdeclarativesearchresultmodel.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/imports/location/declarativeplaces/qdeclarativesearchresultmodel.cpp b/src/imports/location/declarativeplaces/qdeclarativesearchresultmodel.cpp
index ed97e93e..8378b33b 100644
--- a/src/imports/location/declarativeplaces/qdeclarativesearchresultmodel.cpp
+++ b/src/imports/location/declarativeplaces/qdeclarativesearchresultmodel.cpp
@@ -908,11 +908,13 @@ int QDeclarativeSearchResultModel::getRow(const QString &placeId) const
/*!
\qmlsignal PlaceSearchResultModel::dataChanged()
- Indicates that significant changes have been made to the underlying datastore.
+ This signal is emitted when significant changes have been made to the underlying datastore.
Applications should act on this signal at their own discretion. The data
provided by the model could be out of date and so the model should be reupdated
sometime, however an immediate reupdate may be disconcerting to users if the results
change without any action on their part.
+
+ The corresponding handler is \c onDataChanged.
*/