summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qstylehints.cpp
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-01-31 17:07:45 +0100
committerKai Köhne <kai.koehne@qt.io>2023-02-01 17:17:15 +0100
commit296aaf52b2031526937c1f69f2efd9cfa5490ae7 (patch)
tree74c80cf20e6afc6b5987dcf211d68cc812789c4e /src/gui/kernel/qstylehints.cpp
parent30344aaa49ec495912fc6ce1fd9aa9bbc8585521 (diff)
Doc: Fix smaller issues in new Qt 6.5 QStyleHints API
Change-Id: Ifd15d5a41e0b80be7fba89d33d78e4a0f53b88ee Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/gui/kernel/qstylehints.cpp')
-rw-r--r--src/gui/kernel/qstylehints.cpp3
1 files changed, 2 insertions, 1 deletions
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.
*/