diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-07-07 07:19:42 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-07-07 08:10:09 (GMT) |
commit | f5dca266bbf75abe24f39ac8e4d96796529afd77 (patch) | |
tree | 4e35bc21ff7a571c32603bb408039b387bd92d8f /src/declarative/graphicsitems/qdeclarativeflickable.cpp | |
parent | af5fc41e27f068604453a927cac4d81886d1987e (diff) | |
download | Qt-f5dca266bbf75abe24f39ac8e4d96796529afd77.zip Qt-f5dca266bbf75abe24f39ac8e4d96796529afd77.tar.gz Qt-f5dca266bbf75abe24f39ac8e4d96796529afd77.tar.bz2 |
docs
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeflickable.cpp')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativeflickable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeflickable.cpp b/src/declarative/graphicsitems/qdeclarativeflickable.cpp index 70cbf74..9af5f56 100644 --- a/src/declarative/graphicsitems/qdeclarativeflickable.cpp +++ b/src/declarative/graphicsitems/qdeclarativeflickable.cpp @@ -1342,7 +1342,7 @@ bool QDeclarativeFlickable::isFlickingVertically() const This property holds the time to delay (ms) delivering a press to children of the Flickable. This can be useful where reacting - to a press before a flicking action has undesireable effects. + to a press before a flicking action has undesirable effects. If the flickable is dragged/flicked before the delay times out the press event will not be delivered. If the button is released |