diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-03-20 16:26:55 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-05-11 14:51:44 (GMT) |
commit | 20afdd7120872cc3c52b34283a574370db71efab (patch) | |
tree | f6638e33af6f133068e8feb08097cac4716fb5da /doc | |
parent | 76fa94daad48382630a7a1b15dc692c6dcad6b93 (diff) | |
download | Qt-20afdd7120872cc3c52b34283a574370db71efab.zip Qt-20afdd7120872cc3c52b34283a574370db71efab.tar.gz Qt-20afdd7120872cc3c52b34283a574370db71efab.tar.bz2 |
Added Qt::GestureUpdated state for the gesture.
So in total there are three main states - Started, Updated, Finished.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/qnamespace.qdoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/qnamespace.qdoc b/doc/src/qnamespace.qdoc index c30dc88..dcad96b 100644 --- a/doc/src/qnamespace.qdoc +++ b/doc/src/qnamespace.qdoc @@ -2694,7 +2694,9 @@ This enum type describes the state of a gesture. + \omitvalue NoGesture \value GestureStarted The continuous gesture has started. + \value GestureUpdated The gesture continiues. \value GestureFinished The gesture has finished. \sa QGesture |