summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-10-28 13:07:53 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-10-28 13:07:53 (GMT)
commit6efb1b7df725c74f265d0f315993542b0bd19b97 (patch)
treea4bb84073069eb69dc85e9314b291f5c1481c064 /src
parent96b8e9f824daaf88cb8c153caa774a92b0261580 (diff)
downloadQt-6efb1b7df725c74f265d0f315993542b0bd19b97.zip
Qt-6efb1b7df725c74f265d0f315993542b0bd19b97.tar.gz
Qt-6efb1b7df725c74f265d0f315993542b0bd19b97.tar.bz2
Tiny doc change by David Boddie.
Reviewed-by: David Boddie
Diffstat (limited to 'src')
-rw-r--r--src/gui/kernel/qgesture.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kernel/qgesture.cpp b/src/gui/kernel/qgesture.cpp
index b72fae0..850f22c 100644
--- a/src/gui/kernel/qgesture.cpp
+++ b/src/gui/kernel/qgesture.cpp
@@ -69,9 +69,9 @@ QT_BEGIN_NAMESPACE
\section1 Lifecycle of a Gesture Object
- A QGesture instance is implicitely created when needed and is owned by Qt,
- so application developer should never destroy them or store a pointer to a
- QGesture object.
+ A QGesture instance is implicitly created when needed and is owned by Qt.
+ Developers should never destroy them or store them for later use as Qt may
+ destroy particular instances of them and create new ones to replace them.
The registered gesture recognizer monitors the input events for the target
object via its \l{QGestureRecognizer::}{filterEvent()} function, updating the