summaryrefslogtreecommitdiff
path: root/src/imports/location/declarativeplaces/qdeclarativecategory.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/qdeclarativecategory.cpp
parenta88efc755d83a8c1ce4935271f4d55669ad0dd83 (diff)
downloadqtlocation-9856dfc1ef8d130a86e0684a9f0d1e1ec5980fcd.tar.gz
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/qdeclarativecategory.cpp')
-rw-r--r--src/imports/location/declarativeplaces/qdeclarativecategory.cpp32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/imports/location/declarativeplaces/qdeclarativecategory.cpp b/src/imports/location/declarativeplaces/qdeclarativecategory.cpp
index 3263865a..f4b5b83c 100644
--- a/src/imports/location/declarativeplaces/qdeclarativecategory.cpp
+++ b/src/imports/location/declarativeplaces/qdeclarativecategory.cpp
@@ -226,20 +226,20 @@ QString QDeclarativeCategory::name() const
\table
\row
- \o Category.UnspecifiedVisibility
- \o The visibility of the category is unspecified, the default visibility of the plugin
+ \li Category.UnspecifiedVisibility
+ \li The visibility of the category is unspecified, the default visibility of the plugin
will be used.
\row
- \o Category.DeviceVisibility
- \o The category is limited to the current device. The category will not be transferred
+ \li Category.DeviceVisibility
+ \li The category is limited to the current device. The category will not be transferred
off of the device.
\row
- \o Category.PrivateVisibility
- \o The category is private to the current user. The category may be transferred to an
+ \li Category.PrivateVisibility
+ \li The category is private to the current user. The category may be transferred to an
online service but is only ever visible to the current user.
\row
- \o Category.PublicVisibility
- \o The category is public.
+ \li Category.PublicVisibility
+ \li The category is public.
\endtable
*/
QDeclarativeCategory::Visibility QDeclarativeCategory::visibility() const
@@ -296,20 +296,20 @@ QString QDeclarativeCategory::errorString() const
\table
\row
- \o Category.Ready
- \o No Error occurred during the last operation, further operations may be performed on
+ \li Category.Ready
+ \li No Error occurred during the last operation, further operations may be performed on
the category.
\row
- \o Category.Saving
- \o The category is currently being saved, no other operations may be performed until the
+ \li Category.Saving
+ \li The category is currently being saved, no other operations may be performed until the
current operation completes.
\row
- \o Category.Removing
- \o The category is currently being removed, no other operations can be performed until
+ \li Category.Removing
+ \li The category is currently being removed, no other operations can be performed until
the current operation completes.
\row
- \o Category.Error
- \o An error occurred during the last operation, further operations can still be
+ \li Category.Error
+ \li An error occurred during the last operation, further operations can still be
performed on the category.
\endtable
*/