From 96a7866dc48f5621d07d6e784cd72d9c285e91bc Mon Sep 17 00:00:00 2001 From: Jan Arve Saether Date: Thu, 11 Apr 2013 17:26:52 +0200 Subject: Doc fix: Change double to real Change-Id: Iccb50c20e7a5806bf4a72956eeb7097c1bf0ccc2 Reviewed-by: Jens Bache-Wiig --- src/controls/ScrollView.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/controls/ScrollView.qml') diff --git a/src/controls/ScrollView.qml b/src/controls/ScrollView.qml index 19cdee96..01b9cd3c 100644 --- a/src/controls/ScrollView.qml +++ b/src/controls/ScrollView.qml @@ -207,8 +207,8 @@ FocusScope { property int acceleration: 40 property int flickThreshold: 20 - property double speedThreshold: 3 - property double ignored: 0.001 // ## flick() does not work with 0 yVelocity + property real speedThreshold: 3 + property real ignored: 0.001 // ## flick() does not work with 0 yVelocity property int maxFlick: 400 property bool horizontalRecursionGuard: false -- cgit v1.2.1