summaryrefslogtreecommitdiffstats
path: root/src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-09-25 13:14:40 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-25 16:35:36 +0200
commita54ecd3d19c871461b77f8e0a01bb5c13fd9fca6 (patch)
treebca51c4b108600fd4b3401e6bde96788429cc3b3 /src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp
parenta44a63e8c35aedc364548ee93a3409c60c0e3360 (diff)
Doc: Fixed broken Location links due to version number.v5.2.0-alpha1
-Documentation should not have the version number. -Links and documentation with type version number no longer recommended because it is a maintainability and consistency issue. Use <Module name>::<type> to link to a QML type. Change-Id: I830407e68f0a91f3fb9a5deb3fb5a9a02a100a34 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp')
-rw-r--r--src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp b/src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp
index d21fa56d..113fbde7 100644
--- a/src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp
+++ b/src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp
@@ -105,7 +105,7 @@ QT_BEGIN_NAMESPACE
\li The supplier of the review.
\row
\li user
- \li \l {QtLocation5::User}{User}
+ \li \l {QtLocation::User}{User}
\li The user who contributed the review.
\row
\li attribution
@@ -115,19 +115,19 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \qmlproperty Place QtLocation5::ReviewModel::place
+ \qmlproperty Place QtLocation::ReviewModel::place
This property holds the Place that the reviews are for.
*/
/*!
- \qmlproperty int QtLocation5::ReviewModel::batchSize
+ \qmlproperty int QtLocation::ReviewModel::batchSize
This property holds the batch size to use when fetching more reviews.
*/
/*!
- \qmlproperty int QtLocation5::ReviewModel::totalCount
+ \qmlproperty int QtLocation::ReviewModel::totalCount
This property holds the total number of reviews for the place.
*/