diff options
author | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-09-12 12:20:31 +0200 |
---|---|---|
committer | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-09-12 11:22:02 +0000 |
commit | e31783f9917eff6343edcd0b47298fd3e8a54edb (patch) | |
tree | 23483329316d63e62e0ec964d385ecc595d2e23f /src/location/declarativemaps/qquickgeomapgesturearea.cpp | |
parent | aea4bfabb5c9360324de7df1db27156130c86874 (diff) | |
download | qtlocation-e31783f9917eff6343edcd0b47298fd3e8a54edb.tar.gz |
Fix MapGestureArea doc
Task-number: QTBUG-62593
Change-Id: Ieb9a6d8b78b7b123f7376e7313d4a06a00a02841
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/location/declarativemaps/qquickgeomapgesturearea.cpp')
-rw-r--r-- | src/location/declarativemaps/qquickgeomapgesturearea.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/declarativemaps/qquickgeomapgesturearea.cpp b/src/location/declarativemaps/qquickgeomapgesturearea.cpp index 33a984d6..4f949ad0 100644 --- a/src/location/declarativemaps/qquickgeomapgesturearea.cpp +++ b/src/location/declarativemaps/qquickgeomapgesturearea.cpp @@ -561,7 +561,7 @@ QQuickGeoMapGestureArea::~QQuickGeoMapGestureArea() \qmlproperty enumeration QtLocation::MapGestureArea::acceptedGestures This property holds the gestures that will be active. By default - the zoom, pan and flick gestures are enabled. + all gestures are enabled. \list \li MapGestureArea.NoGesture - Don't support any additional gestures (value: 0x0000). |