summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qstylehints.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-01-09 13:11:14 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-10 09:13:11 +0100
commit7024ddba4b91d66341e1e076aca90b55aaf6641d (patch)
tree11abb8da9c502a5d3cb792f255076561c77160e5 /src/gui/kernel/qstylehints.h
parent1f6f1de1636f2e1568bba70e2aab4a34d413609a (diff)
Platform style hints: Introduce keyboard repeat rate.
Change-Id: I556c2ecec7d5368122875a659af3ae7db88aa481 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/gui/kernel/qstylehints.h')
-rw-r--r--src/gui/kernel/qstylehints.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qstylehints.h b/src/gui/kernel/qstylehints.h
index c61ae9aca2..d4e0415ba4 100644
--- a/src/gui/kernel/qstylehints.h
+++ b/src/gui/kernel/qstylehints.h
@@ -60,6 +60,7 @@ public:
int startDragDistance() const;
int startDragTime() const;
int keyboardInputInterval() const;
+ int keyboardAutoRepeatRate() const;
int cursorFlashTime() const;
private:
friend class QGuiApplication;