summaryrefslogtreecommitdiffstats
path: root/src/imports/location/qdeclarativegeocodemodel.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/qdeclarativegeocodemodel.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/qdeclarativegeocodemodel.cpp')
-rw-r--r--src/imports/location/qdeclarativegeocodemodel.cpp28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/imports/location/qdeclarativegeocodemodel.cpp b/src/imports/location/qdeclarativegeocodemodel.cpp
index 1529d738..1a7dfe83 100644
--- a/src/imports/location/qdeclarativegeocodemodel.cpp
+++ b/src/imports/location/qdeclarativegeocodemodel.cpp
@@ -380,10 +380,10 @@ void QDeclarativeGeocodeModel::geocodeError(QGeocodeReply *reply,
This read-only property holds the current status of the model.
\list
- \o GeocodeModel.Null - No geocode requests have been issued or \l reset has been called.
- \o GeocodeModel.Ready - Geocode request(s) have finished successfully.
- \o GeocodeModel.Loading - Geocode request has been issued but not yet finished
- \o GeocodeModel.Error - Geocoding error has occurred, details are in \l error and \l errorString
+ \li GeocodeModel.Null - No geocode requests have been issued or \l reset has been called.
+ \li GeocodeModel.Ready - Geocode request(s) have finished successfully.
+ \li GeocodeModel.Loading - Geocode request has been issued but not yet finished
+ \li GeocodeModel.Error - Geocoding error has occurred, details are in \l error and \l errorString
\endlist
*/
@@ -406,13 +406,13 @@ void QDeclarativeGeocodeModel::setStatus(QDeclarativeGeocodeModel::Status status
This read-only property holds the latest error value of the geocoding request.
\list
- \o GeocodeModel.NoError - No error has occurred
- \o GeocodeModel.EngineNotSetError - The plugin/service provider used does not support (reverse) geocoding
- \o GeocodeModel.CommunicationError - An error occurred while communicating with the service provider
- \o GeocodeModel.ParseError - The response from the service provider was in an unrecognizable format
- \o GeocodeModel.UnsupportedOptionError - The requested operation or one of the options for the operation are not supported by the service provider.
- \o GeocodeModel.CombinationError - An error occurred while results where being combined from multiple sources
- \o GeocodeModel.UnknownError - An error occurred which does not fit into any of the other categories
+ \li GeocodeModel.NoError - No error has occurred
+ \li GeocodeModel.EngineNotSetError - The plugin/service provider used does not support (reverse) geocoding
+ \li GeocodeModel.CommunicationError - An error occurred while communicating with the service provider
+ \li GeocodeModel.ParseError - The response from the service provider was in an unrecognizable format
+ \li GeocodeModel.UnsupportedOptionError - The requested operation or one of the options for the operation are not supported by the service provider.
+ \li GeocodeModel.CombinationError - An error occurred while results where being combined from multiple sources
+ \li GeocodeModel.UnknownError - An error occurred which does not fit into any of the other categories
\endlist
*/
@@ -589,9 +589,9 @@ void QDeclarativeGeocodeModel::reset()
the type of action to be performed:
\list
- \o Address - Geocoding (address to coordinate)
- \o Coordinate - Reverse geocoding (coordinate to address)
- \o string - Geocoding (address to coordinate)
+ \li Address - Geocoding (address to coordinate)
+ \li Coordinate - Reverse geocoding (coordinate to address)
+ \li string - Geocoding (address to coordinate)
\endlist
*/