summaryrefslogtreecommitdiffstats
path: root/src/widgets/util/qflickgesture.cpp
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2012-11-30 19:30:12 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-01 10:31:20 +0100
commitb32d7bc96d44d46781256e7ef9b4d1e09c18ed2e (patch)
treeae6c909ca7691ab094b93abdc423463d77d637f4 /src/widgets/util/qflickgesture.cpp
parentf1cc2aaea9440af57ce6c0df5179ef4f5e184675 (diff)
Move gestures overview from qtdoc to qtbase; mention Qt Quick
On the one hand this doc reads like an overview, but didn't mention Qt Quick; on the other, the gestures framework is questionable, and in any case is solidly in the widgets module, not reusable for Qt Quick. So, just added some comments at the end to make it clear that Qt Quick takes a different approach. Also changed the relevant links because the title has changed. Change-Id: I66a0c0c106f496de26fb8947e90826ef39ccfddd Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
Diffstat (limited to 'src/widgets/util/qflickgesture.cpp')
-rw-r--r--src/widgets/util/qflickgesture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/util/qflickgesture.cpp b/src/widgets/util/qflickgesture.cpp
index 2fa7747223..0316ac2d40 100644
--- a/src/widgets/util/qflickgesture.cpp
+++ b/src/widgets/util/qflickgesture.cpp
@@ -328,7 +328,7 @@ private:
to decide if it is triggered.
This gesture is reacting on touch event as compared to the QMouseFlickGesture.
- \sa {Gestures Programming}, QScroller, QScrollerProperties, QMouseFlickGesture
+ \sa {Gestures in Widgets and Graphics View}, QScroller, QScrollerProperties, QMouseFlickGesture
*/
/*!