aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-04-17 10:38:42 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-04-17 10:38:42 +0200
commit19ca9370409d82a00841372df2e8bc0bf35148e7 (patch)
tree9a8d02d43fd1ed753a6e3b98baf62015a6f589db /src
parent8ecbb7227b5bf2da6887e5a4ec0c7c7012affb6e (diff)
parentcf48d4694edd6a16cd3bf56922ab20d8bd6b7fe7 (diff)
Merge remote-tracking branch 'origin/5.12.3' into 5.12
Diffstat (limited to 'src')
-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 d55b169..e4f9179 100644
--- a/src/gamepad/qgamepad.cpp
+++ b/src/gamepad/qgamepad.cpp
@@ -823,14 +823,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