summaryrefslogtreecommitdiffstats
path: root/src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2012-03-01 18:48:30 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-02 16:10:52 +0100
commit9856dfc1ef8d130a86e0684a9f0d1e1ec5980fcd (patch)
tree25e3b0d2e697326966a32dba899621f598566772 /src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp
parenta88efc755d83a8c1ce4935271f4d55669ad0dd83 (diff)
Remove the usage of deprecated qdoc macros.
QDoc now has support for Doxygen style commands for italics, bold and list items. This change applies that change in QDoc to the actual documentation. Task-number: QTBUG-24578 Change-Id: If6af8e9303bdb7c255cce086b93073d927ac2907 Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp')
-rw-r--r--src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp60
1 files changed, 30 insertions, 30 deletions
diff --git a/src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp b/src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp
index 0ae1e7be..34d24c7e 100644
--- a/src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp
+++ b/src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp
@@ -65,46 +65,46 @@ QT_BEGIN_NAMESPACE
\table
\header
- \o Role
- \o Type
- \o Description
+ \li Role
+ \li Type
+ \li Description
\row
- \o dateTime
- \o datetime
- \o The date and time that the review was posted.
+ \li dateTime
+ \li datetime
+ \li The date and time that the review was posted.
\row
- \o text
- \o string
- \o The review's textual description of the place. It can be either rich (HTML based) text or plain text
+ \li text
+ \li string
+ \li The review's textual description of the place. It can be either rich (HTML based) text or plain text
depending on the provider.
\row
- \o language
- \o string
- \o The language that the review is written in.
+ \li language
+ \li string
+ \li The language that the review is written in.
\row
- \o rating
- \o real
- \o The rating that the reviewer gave to the place.
+ \li rating
+ \li real
+ \li The rating that the reviewer gave to the place.
\row
- \o reviewId
- \o string
- \o The id of the review.
+ \li reviewId
+ \li string
+ \li The id of the review.
\row
- \o title
- \o string
- \o The title of the review.
+ \li title
+ \li string
+ \li The title of the review.
\row
- \o supplier
- \o \l Supplier
- \o The supplier of the editorial.
+ \li supplier
+ \li \l Supplier
+ \li The supplier of the editorial.
\row
- \o user
- \o \l {QtLocation5::User}{User}
- \o The user who contributed the editorial.
+ \li user
+ \li \l {QtLocation5::User}{User}
+ \li The user who contributed the editorial.
\row
- \o attribution
- \o string
- \o Attribution text which must be displayed when displaying the editorial.
+ \li attribution
+ \li string
+ \li Attribution text which must be displayed when displaying the editorial.
\endtable
*/