diff options
author | Rolf Eike Beer <eb@emlix.com> | 2019-10-21 10:18:48 +0200 |
---|---|---|
committer | Rolf Eike Beer <eb@emlix.com> | 2019-11-15 17:57:05 +0200 |
commit | b37c5d36b28c0b6bdf69e9992a61f178a290f023 (patch) | |
tree | af5a5d1de7079aeab181b2d7a7ec7565df9198f2 /src/location | |
parent | f70faa7362e689a2d138246d171a8673f953ee40 (diff) | |
download | qtlocation-b37c5d36b28c0b6bdf69e9992a61f178a290f023.tar.gz |
doc: fix spelling of signal name "onFlickStarted"
Change-Id: Idc7cd6ad9f87e2fc511344bc4fc4b409da3b7f02
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
(cherry picked from commit 193950ac0608955267204f13f115923b0b5325f2)
Diffstat (limited to 'src/location')
-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 88a766f5..702e1fa4 100644 --- a/src/location/declarativemaps/qquickgeomapgesturearea.cpp +++ b/src/location/declarativemaps/qquickgeomapgesturearea.cpp @@ -395,7 +395,7 @@ QT_BEGIN_NAMESPACE starts from the point where the mouse or touch was released, while still in motion. - The corresponding handler is \c onFlichStarted. + The corresponding handler is \c onFlickStarted. */ /*! |