summaryrefslogtreecommitdiffstats
path: root/src/input
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2017-05-22 14:53:27 +0200
committerNico Vertriest <nico.vertriest@qt.io>2017-06-09 08:11:10 +0000
commitb2ae5770b5fe26672881a38fbb77c0765d360c22 (patch)
treea7fae13aa0bd460fb4c4d12a7161b6bc17ecaf96 /src/input
parent842b8fa5ef41135cc58a98e15d56497482dc5619 (diff)
Doc: add basic doc to undocumented classes
Change-Id: Ib67712bd961a3e0b113ddd25feaa819695e792b9 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/input')
-rw-r--r--src/input/frontend/qphysicaldevicecreatedchange.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/input/frontend/qphysicaldevicecreatedchange.cpp b/src/input/frontend/qphysicaldevicecreatedchange.cpp
index 2f2452187..51aa3449a 100644
--- a/src/input/frontend/qphysicaldevicecreatedchange.cpp
+++ b/src/input/frontend/qphysicaldevicecreatedchange.cpp
@@ -53,6 +53,11 @@ QPhysicalDeviceCreatedChangeBasePrivate::QPhysicalDeviceCreatedChangeBasePrivate
}
+/*!
+ \class QPhysicalDeviceCreatedChangeBase
+ \inmodule Qt3DInput
+ \brief Base class for handling changes in physical devices
+*/
QPhysicalDeviceCreatedChangeBase::QPhysicalDeviceCreatedChangeBase(const QAbstractPhysicalDevice *device)
: Qt3DCore::QNodeCreatedChangeBase(*new QPhysicalDeviceCreatedChangeBasePrivate(device), device)
{