summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2015-04-24 10:58:40 +0200
committerSean Harmer <sean.harmer@kdab.com>2015-04-24 09:06:57 +0000
commit1a4f9e8953753172ffde2fe6389ad8c6e40c4d1e (patch)
tree5c876883e8654733ddfc73038d5d91613e327244
parentd68ef44c74259c6ea46f140c247925d896118edf (diff)
QEntity: doc fix, added missing * to properly close comment
Change-Id: I604236f390990285ab81634a976ae11769dd70ec Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
-rw-r--r--src/core/nodes/qentity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nodes/qentity.cpp b/src/core/nodes/qentity.cpp
index b8845b560..8564317a3 100644
--- a/src/core/nodes/qentity.cpp
+++ b/src/core/nodes/qentity.cpp
@@ -78,7 +78,7 @@ QEntityPrivate::QEntityPrivate(QEntity *qq)
another may focus on Qt3D::QMouseInput.
\sa Qt3D::QComponent, Qt3D::QTransform
-/
+*/
/*!
Constructs a new Qt3D::QEntity instance with \a parent as parent.