summaryrefslogtreecommitdiffstats
path: root/src/imports/location/qdeclarativegeomapmousearea.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/qdeclarativegeomapmousearea.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/qdeclarativegeomapmousearea.cpp')
-rw-r--r--src/imports/location/qdeclarativegeomapmousearea.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/imports/location/qdeclarativegeomapmousearea.cpp b/src/imports/location/qdeclarativegeomapmousearea.cpp
index 7683ca8d..f3191048 100644
--- a/src/imports/location/qdeclarativegeomapmousearea.cpp
+++ b/src/imports/location/qdeclarativegeomapmousearea.cpp
@@ -107,14 +107,14 @@ QT_BEGIN_NAMESPACE
Some important limitations apply to the use of a MapMouseArea:
\list
- \i The mouse event is guaranteed only to be valid for the
+ \li The mouse event is guaranteed only to be valid for the
duration of the signal handler (e.g. onPositionChanged, onClicked). Consequently
the mouse event itself should not be stored. The main reason for this is to
optimize memory usage; we do not want to allocate heap memory every time the mouse
moves.
- \i Nested mouse areas are not supported (MapMouseArea { MapMouseArea {} }
- \i If two or more MapMouseAreas overlap, the declaration order is significant (not e.g. 'z' value)
- \i Only one MapMouseArea per MapItem is supported, and it always fills the whole MapItem
+ \li Nested mouse areas are not supported (MapMouseArea { MapMouseArea {} }
+ \li If two or more MapMouseAreas overlap, the declaration order is significant (not e.g. 'z' value)
+ \li Only one MapMouseArea per MapItem is supported, and it always fills the whole MapItem
\endlist
\sa MapMouseEvent
@@ -319,9 +319,9 @@ QQuickItem* QDeclarativeGeoMapMouseArea::parentMapItem()
It contains a bitwise combination of:
\list
- \o Qt.LeftButton
- \o Qt.RightButton
- \o Qt.MiddleButton
+ \li Qt.LeftButton
+ \li Qt.RightButton
+ \li Qt.MiddleButton
\endlist
\sa acceptedButtons
@@ -333,9 +333,9 @@ QQuickItem* QDeclarativeGeoMapMouseArea::parentMapItem()
The available buttons are:
\list
- \o Qt.LeftButton
- \o Qt.RightButton
- \o Qt.MiddleButton
+ \li Qt.LeftButton
+ \li Qt.RightButton
+ \li Qt.MiddleButton
\endlist
To accept more than one button the flags can be combined with the