summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui/kernel/qgesturerecognizer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/kernel/qgesturerecognizer.cpp b/src/gui/kernel/qgesturerecognizer.cpp
index 41160cd..879f557 100644
--- a/src/gui/kernel/qgesturerecognizer.cpp
+++ b/src/gui/kernel/qgesturerecognizer.cpp
@@ -108,6 +108,9 @@ QString qt_getStandardGestureTypeName(Qt::GestureType gestureType);
to QGestureRecognizer::GestureStarted or
QGestureRecognizer::GestureFinished.
+ The returned QGesture object must point to the same object in a
+ single gesture sequence.
+
The gesture object is owned by the recognizer itself.
*/