From 1a0f61613db908fa458d21f06d287f0e171a4a47 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9rgio=20Martins?= Date: Wed, 5 Sep 2012 16:43:55 +0100 Subject: [PATCH] Fix typo in documentation. Change-Id: I4d8d12cfce58e49789146639cc6734b6cf1643fa Reviewed-by: David Faure --- src/quick/items/qquickflickable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quick/items/qquickflickable.cpp b/src/quick/items/qquickflickable.cpp index 1f2f228..99a0c50 100644 --- a/src/quick/items/qquickflickable.cpp +++ b/src/quick/items/qquickflickable.cpp @@ -579,7 +579,7 @@ is finished. This handler is called when the user stops dragging the view. - If the velocity of the drag is suffient at the time the + If the velocity of the drag is sufficient at the time the touch/mouse button is released then a flick will start. */ -- 2.7.4