From a3768cb3bd27213a262518535d2d9edc88754dd9 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Mon, 4 Jun 2012 14:18:32 +0300 Subject: Add StartDragVelocity to style hints This will be used by Flickable in combination with the drag distance to improve the drag start detection logic. Change-Id: Ica30042ef3d15041d857b07fa4173dde3d3f900f Reviewed-by: Lars Knoll --- src/gui/kernel/qstylehints.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/kernel/qstylehints.h') diff --git a/src/gui/kernel/qstylehints.h b/src/gui/kernel/qstylehints.h index 301b51868f..f15679b7d6 100644 --- a/src/gui/kernel/qstylehints.h +++ b/src/gui/kernel/qstylehints.h @@ -58,6 +58,7 @@ public: int mouseDoubleClickInterval() const; int startDragDistance() const; int startDragTime() const; + int startDragVelocity() const; int keyboardInputInterval() const; int keyboardAutoRepeatRate() const; int cursorFlashTime() const; -- cgit v1.2.3