summaryrefslogtreecommitdiffstats
path: root/src/runtime/api/q3dswidget.cpp
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2018-05-09 16:29:10 +0200
committerAndy Nichols <andy.nichols@qt.io>2018-05-11 11:06:42 +0000
commit3ab289edd2fc70d30686a499437a7013027d4e6c (patch)
treebf27f4ddd237347e934459663707632416610167 /src/runtime/api/q3dswidget.cpp
parentac7824fc088a954ed2b608f163e0b23fead14aa1 (diff)
Doc setup
make docs will now generate a Qt3DStudioRuntime2 qch and html pages. Studio3D and Q3DSWidget have some dummy content to test this. Template pages for getting started, mobile, and embedded are also present. We can now move on to moving/adding the API docs in-source. Change-Id: I470c6832d9f53c53a743f49706050d793acd4a6a Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'src/runtime/api/q3dswidget.cpp')
-rw-r--r--src/runtime/api/q3dswidget.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/runtime/api/q3dswidget.cpp b/src/runtime/api/q3dswidget.cpp
index d6af21c..6fb6d3e 100644
--- a/src/runtime/api/q3dswidget.cpp
+++ b/src/runtime/api/q3dswidget.cpp
@@ -42,6 +42,16 @@
QT_BEGIN_NAMESPACE
+/*!
+ \class Q3DSWidget
+
+ \inmodule 3dstudioruntime2
+
+ \brief Widget
+
+ blah
+*/
+
Q3DSWidget::Q3DSWidget(QWidget *parent)
: QOpenGLWidget(parent),
d_ptr(new Q3DSWidgetPrivate(this))