summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformintegration.h
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>2012-06-04 14:18:32 +0300
committerQt by Nokia <qt-info@nokia.com>2012-06-05 09:02:55 +0200
commita3768cb3bd27213a262518535d2d9edc88754dd9 (patch)
treecc8e5fde857cb177e0336d844583ea56c9f179b9 /src/gui/kernel/qplatformintegration.h
parentb7be632d5e777dfdfd7d6a31ba083e3ac653603d (diff)
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 <lars.knoll@nokia.com>
Diffstat (limited to 'src/gui/kernel/qplatformintegration.h')
-rw-r--r--src/gui/kernel/qplatformintegration.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/kernel/qplatformintegration.h b/src/gui/kernel/qplatformintegration.h
index 2c67664b00..3990adb3fe 100644
--- a/src/gui/kernel/qplatformintegration.h
+++ b/src/gui/kernel/qplatformintegration.h
@@ -132,7 +132,8 @@ public:
KeyboardAutoRepeatRate,
ShowIsFullScreen,
PasswordMaskDelay,
- FontSmoothingGamma
+ FontSmoothingGamma,
+ StartDragVelocity
};
virtual QVariant styleHint(StyleHint hint) const;