aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.