From 296aaf52b2031526937c1f69f2efd9cfa5490ae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Tue, 31 Jan 2023 17:07:45 +0100 Subject: [PATCH] Doc: Fix smaller issues in new Qt 6.5 QStyleHints API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifd15d5a41e0b80be7fba89d33d78e4a0f53b88ee Reviewed-by: Tor Arne Vestbø --- src/gui/kernel/qstylehints.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/kernel/qstylehints.cpp b/src/gui/kernel/qstylehints.cpp index 5080bd7add..259a6927d9 100644 --- a/src/gui/kernel/qstylehints.cpp +++ b/src/gui/kernel/qstylehints.cpp @@ -123,7 +123,7 @@ int QStyleHints::touchDoubleTapDistance() const /*! \property QStyleHints::appearance - \brief the appearance of the platform theme + \brief the appearance of the platform theme. \sa Qt::Appearance \since 6.5 */ @@ -294,6 +294,7 @@ int QStyleHints::keyboardAutoRepeatRate() const /*! \property QStyleHints::keyboardAutoRepeatRateF + \since 6.5 \brief the rate, in events per second, in which additional repeated key presses will automatically be generated if a key is being held down. */