summaryrefslogtreecommitdiffstats
path: root/src/imports/location/qdeclarativegeocodemodel.cpp
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@theqtcompany.com>2015-02-27 17:51:57 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-03-02 10:40:18 +0000
commit080f25014caec4fdae0f49a8786074075d8afcba (patch)
treeff21264d37b188c0887b03950dabee0aa4a7bd13 /src/imports/location/qdeclarativegeocodemodel.cpp
parent7adb8bc16ac95c0eba3d237b3fcdf19aa260bf04 (diff)
Small update for location documentation.
Add mising documentation locationsChanged signal to GeocodeModel. Remove false note from MapGestureArea. Change-Id: I3a1eae6ecbf41cdf680ba5bc7fd074e88739c1a2 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/imports/location/qdeclarativegeocodemodel.cpp')
-rw-r--r--src/imports/location/qdeclarativegeocodemodel.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/imports/location/qdeclarativegeocodemodel.cpp b/src/imports/location/qdeclarativegeocodemodel.cpp
index 040012cf..fef5cc6e 100644
--- a/src/imports/location/qdeclarativegeocodemodel.cpp
+++ b/src/imports/location/qdeclarativegeocodemodel.cpp
@@ -103,6 +103,15 @@ QT_BEGIN_NAMESPACE
\endcode
*/
+/*!
+ \qmlsignal QtLocation::GeocodeModel::locationsChanged()
+
+ This signal is emitted when locations in the model have changed.
+
+ \sa count
+*/
+
+
QDeclarativeGeocodeModel::QDeclarativeGeocodeModel(QObject *parent)
: QAbstractListModel(parent), autoUpdate_(false), complete_(false), reply_(0), plugin_(0),
status_(QDeclarativeGeocodeModel::Null), error_(QDeclarativeGeocodeModel::NoError),