From e8dc617f6fff00942ad81dae1e13bd9fe4d3771c Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Mon, 18 Jun 2018 15:44:36 +0200 Subject: Doc: Add missing dots (qtgamepad) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-68933 Change-Id: Ida6cb8a63752c1dc127fcbe807e9f40b68f75772 Reviewed-by: Topi Reiniƶ --- examples/gamepad/configureButtons/doc/src/configbuttonsexample.qdoc | 2 +- src/gamepad/qgamepad.cpp | 2 +- 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. -- cgit v1.2.3