summaryrefslogtreecommitdiffstats
path: root/src/input
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-06-18 13:23:13 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-06-19 10:03:23 +0000
commit809c753359a6a6c5773b0494a46b1d82f3965db6 (patch)
tree764799cb91d0909cb61ae119a9b6e4e00bfdd05a /src/input
parentbc544df60c1bf23df63df6ab8a017c7861319930 (diff)
Doc: Add missing dots (qt3d)
Task-number: QTBUG-68933 Change-Id: I4226b8b9d70548b6921948c5ea47520f40f5df98 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/input')
-rw-r--r--src/input/frontend/qinputdeviceintegration.cpp2
-rw-r--r--src/input/frontend/qkeyboardhandler.cpp2
-rw-r--r--src/input/frontend/qmousehandler.cpp2
-rw-r--r--src/input/frontend/qphysicaldevicecreatedchange.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/input/frontend/qinputdeviceintegration.cpp b/src/input/frontend/qinputdeviceintegration.cpp
index 2fd3f45ed..29691531f 100644
--- a/src/input/frontend/qinputdeviceintegration.cpp
+++ b/src/input/frontend/qinputdeviceintegration.cpp
@@ -56,7 +56,7 @@ QInputDeviceIntegrationPrivate::QInputDeviceIntegrationPrivate()
\class Qt3DInput::QInputDeviceIntegration
\inmodule Qt3DInput
\since 5.5
- \brief Abstract base class used to define new input methods such as game controllers
+ \brief Abstract base class used to define new input methods such as game controllers.
*/
diff --git a/src/input/frontend/qkeyboardhandler.cpp b/src/input/frontend/qkeyboardhandler.cpp
index 2741288ef..485959bcd 100644
--- a/src/input/frontend/qkeyboardhandler.cpp
+++ b/src/input/frontend/qkeyboardhandler.cpp
@@ -144,7 +144,7 @@ void QKeyboardHandlerPrivate::keyEvent(QKeyEvent *event)
/*!
\class Qt3DInput::QKeyboardHandler
\inmodule Qt3DInput
- \brief Provides keyboard event notification
+ \brief Provides keyboard event notification.
\since 5.5
*/
diff --git a/src/input/frontend/qmousehandler.cpp b/src/input/frontend/qmousehandler.cpp
index 824e30492..c36ac50f1 100644
--- a/src/input/frontend/qmousehandler.cpp
+++ b/src/input/frontend/qmousehandler.cpp
@@ -109,7 +109,7 @@ void QMouseHandlerPrivate::mouseEvent(const QMouseEventPtr &event)
* \instantiates Qt3DInput::QMouseHandler
* \inqmlmodule Qt3D.Input
* \since 5.5
- * \brief Provides mouse event notification
+ * \brief Provides mouse event notification.
*
* \TODO
* \sa MouseDevice, MouseEvent
diff --git a/src/input/frontend/qphysicaldevicecreatedchange.cpp b/src/input/frontend/qphysicaldevicecreatedchange.cpp
index 807fdc014..c14770d80 100644
--- a/src/input/frontend/qphysicaldevicecreatedchange.cpp
+++ b/src/input/frontend/qphysicaldevicecreatedchange.cpp
@@ -56,7 +56,7 @@ QPhysicalDeviceCreatedChangeBasePrivate::QPhysicalDeviceCreatedChangeBasePrivate
/*!
\class QPhysicalDeviceCreatedChangeBase
\inmodule Qt3DInput
- \brief Base class for handling changes in physical devices
+ \brief Base class for handling changes in physical devices.
*/
QPhysicalDeviceCreatedChangeBase::QPhysicalDeviceCreatedChangeBase(const QAbstractPhysicalDevice *device)
: Qt3DCore::QNodeCreatedChangeBase(*new QPhysicalDeviceCreatedChangeBasePrivate(device), device)