From 7024ddba4b91d66341e1e076aca90b55aaf6641d Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 9 Jan 2012 13:11:14 +0100 Subject: Platform style hints: Introduce keyboard repeat rate. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I556c2ecec7d5368122875a659af3ae7db88aa481 Reviewed-by: Samuel Rødal --- 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 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; -- cgit v1.2.3