aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2019-03-29 05:08:37 +0100
committerPaul Wicking <paul.wicking@qt.io>2019-03-29 08:18:41 +0000
commitc6cb03e61ed17c92b316ab0d6af86278c6abd45c (patch)
treea40855e0c42ecda725ef55600853adc663f6dfcd
parentcd571466dc25674b25f34a3e2476c6a0b53dd25f (diff)
Doc: Add missing word in description of buttonDown
Fixes: QTBUG-74818 Change-Id: I5e780c6a466afaec4b4efa3f63e8b9607471f651 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-rw-r--r--src/gamepad/qgamepad.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gamepad/qgamepad.cpp b/src/gamepad/qgamepad.cpp
index 63e9850..b1db738 100644
--- a/src/gamepad/qgamepad.cpp
+++ b/src/gamepad/qgamepad.cpp
@@ -827,14 +827,14 @@ bool QGamepad::buttonUp() const
* \property QGamepad::buttonDown
* \readonly
*
- * The of the direction pad down button.
+ * The state of the direction pad down button.
* The value is \c true when pressed, and \c false when not pressed.
*/
/*!
* \qmlproperty bool Gamepad::buttonDown
* \readonly
*
- * The of the direction pad down button.
+ * The state of the direction pad down button.
* The value is \c true when pressed, and \c false when not pressed.
*/
bool QGamepad::buttonDown() const