From: Pekka Vuorela Date: Thu, 5 Apr 2012 08:46:13 +0000 (+0300) Subject: Typo fix X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=507585c7f85e90bf6ebe76f84628c3f51e0c8409;p=konrad%2Fqtdeclarative.git Typo fix Change-Id: Ic5be5ee5db80e8434a5ed0bce32a8b73805abac6 Reviewed-by: Michael Brasser --- diff --git a/src/quick/items/qquickmultipointtoucharea.cpp b/src/quick/items/qquickmultipointtoucharea.cpp index df5edfb..7ab0d3c 100644 --- a/src/quick/items/qquickmultipointtoucharea.cpp +++ b/src/quick/items/qquickmultipointtoucharea.cpp @@ -287,7 +287,7 @@ void QQuickTouchPoint::setSceneY(qreal sceneY) This handler is called when the global drag threshold has been reached. This function is typically used when a MultiPointTouchAreas has been nested in a Flickable or another MultiPointTouchArea. - Wnen the threshold has been reached, and the handler called, you can determine whether or not the touch + When the threshold has been reached, and the handler called, you can determine whether or not the touch area should grab the current touch points. By default they will not be grabbed; to grab them call \c gesture.grab(). If the gesture is not grabbed, the nesting Flickable, for example, would also have an opportunity to grab.