summaryrefslogtreecommitdiff
path: root/src/controls/ScrollView.qml
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@digia.com>2013-04-11 17:26:52 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-12 15:55:34 +0200
commit96a7866dc48f5621d07d6e784cd72d9c285e91bc (patch)
treeae1b8c293d007e4bd092442160d520191d8a822f /src/controls/ScrollView.qml
parentca84d2c3c6988c9135fc57fbb9233464fa95db26 (diff)
downloadqtquickcontrols-96a7866dc48f5621d07d6e784cd72d9c285e91bc.tar.gz
Doc fix: Change double to real
Change-Id: Iccb50c20e7a5806bf4a72956eeb7097c1bf0ccc2 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'src/controls/ScrollView.qml')
-rw-r--r--src/controls/ScrollView.qml4
1 files changed, 2 insertions, 2 deletions
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