summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qaxissetting.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/frontend/qaxissetting.cpp')
-rw-r--r--src/input/frontend/qaxissetting.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/input/frontend/qaxissetting.cpp b/src/input/frontend/qaxissetting.cpp
index e6b3ef704..61e36713b 100644
--- a/src/input/frontend/qaxissetting.cpp
+++ b/src/input/frontend/qaxissetting.cpp
@@ -59,6 +59,24 @@ public:
bool m_filter;
};
+/*!
+ * \qmltype AxisSetting
+ * \instantiates Qt3DInput::QAxisSetting
+ * \inqmlmodule Qt3D.Input
+ * \since 5.5
+ * \TODO
+ *
+ */
+
+/*!
+ * \class Qt3DInput::QAxisSetting
+ * \inmodule Qt3DInput
+ * \since 5.5
+ * \TODO
+ *
+ */
+
+
QAxisSetting::QAxisSetting(Qt3DCore::QNode *parent)
: QNode(*new QAxisSettingPrivate(), parent)
{