summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qlogicaldevice.cpp
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2016-01-20 16:49:14 +0100
committerTopi Reiniƶ <topi.reinio@theqtcompany.com>2016-01-22 12:11:04 +0000
commitde6c7fb63ca0c50bed06b7215bbb93f81390e35b (patch)
tree8235e37d53ea64079d66465d106d557d4b628478 /src/input/frontend/qlogicaldevice.cpp
parent02c64c14fe44986fc5fe031730ba79274a1a2d93 (diff)
Doc: Add skeletal doc structure for the QML types of Qt3D Input module
Also marked a few private C++ classes as \internal. Change-Id: I32a7da498c97e132f6b6e60d551cc0b7feb52b01 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/input/frontend/qlogicaldevice.cpp')
-rw-r--r--src/input/frontend/qlogicaldevice.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/input/frontend/qlogicaldevice.cpp b/src/input/frontend/qlogicaldevice.cpp
index a22502488..5d92e27f3 100644
--- a/src/input/frontend/qlogicaldevice.cpp
+++ b/src/input/frontend/qlogicaldevice.cpp
@@ -55,6 +55,22 @@ public:
QVector<QAxis *> m_axes;
};
+/*!
+ * \qmltype LogicalDevice
+ * \inqmlmodule Qt3D.Input
+ * \since 5.5
+ * \TODO
+ *
+ */
+
+/*!
+ * \class Qt3DInput::QLogicalDevice
+ * \inmodule Qt3DInput
+ * \since 5.5
+ * \TODO
+ *
+ */
+
QLogicalDevice::QLogicalDevice(Qt3DCore::QNode *parent)
: Qt3DCore::QNode(*new QLogicalDevicePrivate(), parent)
{