aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-06-18 15:44:36 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-06-19 09:54:25 +0000
commite8dc617f6fff00942ad81dae1e13bd9fe4d3771c (patch)
tree1f985c2b31a4bc0a99feecd44259607248b0918b
parente782f61b6e545db270b1043c310ed024982c0e8e (diff)
Doc: Add missing dots (qtgamepad)
Task-number: QTBUG-68933 Change-Id: Ida6cb8a63752c1dc127fcbe807e9f40b68f75772 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-rw-r--r--examples/gamepad/configureButtons/doc/src/configbuttonsexample.qdoc2
-rw-r--r--src/gamepad/qgamepad.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/gamepad/configureButtons/doc/src/configbuttonsexample.qdoc b/examples/gamepad/configureButtons/doc/src/configbuttonsexample.qdoc
index 2e9c7f9..959dcd4 100644
--- a/examples/gamepad/configureButtons/doc/src/configbuttonsexample.qdoc
+++ b/examples/gamepad/configureButtons/doc/src/configbuttonsexample.qdoc
@@ -29,7 +29,7 @@
\example configureButtons
\ingroup qtgamepad-examples
\title Qt Gamepad Configure Buttons Example
-\brief Enables configuring the gamepad buttons
+\brief Enables configuring the gamepad buttons.
\image configuregamepadbuttons-example.png
\include examples-run.qdocinc
*/
diff --git a/src/gamepad/qgamepad.cpp b/src/gamepad/qgamepad.cpp
index 7af71fc..4b9e25e 100644
--- a/src/gamepad/qgamepad.cpp
+++ b/src/gamepad/qgamepad.cpp
@@ -368,7 +368,7 @@ void QGamepadPrivate::_q_handleGamepadButtonReleaseEvent(int id, QGamepadManager
/*!
\class QGamepad
\inmodule QtGamepad
- \brief A gamepad device connected to a system
+ \brief A gamepad device connected to a system.
QGamepad is used to access the current state of gamepad hardware connected
to a system.