summaryrefslogtreecommitdiffstats
path: root/src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp
diff options
context:
space:
mode:
authorIan Chen <ian.1.chen@nokia.com>2012-03-27 15:31:07 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-27 11:04:49 +0200
commite900cf4a74b241e7f68b18a8768c062d06de8e60 (patch)
tree0f98309175229f85a52c15d468d162dcc6547b11 /src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp
parentba8dff7de59f5cf108f5525b9bd36dd3c8f57dd6 (diff)
Minor fixes to places qml documentation
CategoryModel: - Minor correction in 'status' property description, Error -> error PlaceSearchModel, PlaceSearchSuggestionModel: - Minor grammatical correction to 'Ready' enumerated value description ReviewModel: - Corrected descriptions of supplier, user, and attribution roles Change-Id: Ica73bf8f992b0e4536bfae297aeccd8ef3072f34 Reviewed-by: abcd <amos.choy@nokia.com>
Diffstat (limited to 'src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp')
-rw-r--r--src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp b/src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp
index 34d24c7e..c3de65bf 100644
--- a/src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp
+++ b/src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp
@@ -96,15 +96,15 @@ QT_BEGIN_NAMESPACE
\row
\li supplier
\li \l Supplier
- \li The supplier of the editorial.
+ \li The supplier of the review.
\row
\li user
\li \l {QtLocation5::User}{User}
- \li The user who contributed the editorial.
+ \li The user who contributed the review.
\row
\li attribution
\li string
- \li Attribution text which must be displayed when displaying the editorial.
+ \li Attribution text which must be displayed when displaying the review.
\endtable
*/