summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qannotation.cpp
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2015-08-31 15:14:17 +0100
committerSean Harmer <sean.harmer@kdab.com>2015-10-13 07:15:15 +0000
commitaf40840eedf35404ba4b39e890c158e2328ff6ec (patch)
treece4ac1f925c34b56704c99bd332e0436e68dbecc /src/render/frontend/qannotation.cpp
parent0269afd106da5d4d999585b3bdb1332a2c01af12 (diff)
Move Render aspect into the Qt3DRender namespace
Updated examples and tests accordingly. Change-Id: I8848a88472de2302aa072fa11f21ea934672b7e6 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/frontend/qannotation.cpp')
-rw-r--r--src/render/frontend/qannotation.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/render/frontend/qannotation.cpp b/src/render/frontend/qannotation.cpp
index 1c0a2c583..85a46fcbe 100644
--- a/src/render/frontend/qannotation.cpp
+++ b/src/render/frontend/qannotation.cpp
@@ -41,11 +41,11 @@
QT_BEGIN_NAMESPACE
-namespace Qt3D {
+namespace Qt3DRender {
/*!
- \class Qt3D::QAnnotationPrivate
+ \class Qt3DRender::QAnnotationPrivate
\internal
*/
QAnnotationPrivate::QAnnotationPrivate()
@@ -54,7 +54,7 @@ QAnnotationPrivate::QAnnotationPrivate()
}
/*!
- \class QAnnotation
+ \class Qt3DRender::QAnnotation
\inmodule Qt3DRenderer
\since 5.5
\brief The QAnnotation class provides ...
@@ -62,7 +62,7 @@ QAnnotationPrivate::QAnnotationPrivate()
/*!
\qmltype Annotation
- \instantiates Qt3D::QAnnotation
+ \instantiates Qt3DRender::QAnnotation
\inherits Node
\inqmlmodule Qt3D.Renderer
\since 5.5
@@ -141,6 +141,6 @@ QString QAnnotation::name() const
return d->m_name;
}
-} // Qt3D
+} // namespace Qt3DRender
QT_END_NAMESPACE