summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qsortpolicy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/qsortpolicy.cpp')
-rw-r--r--src/render/framegraph/qsortpolicy.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/render/framegraph/qsortpolicy.cpp b/src/render/framegraph/qsortpolicy.cpp
index 4f115cd00..aa5bf1fe4 100644
--- a/src/render/framegraph/qsortpolicy.cpp
+++ b/src/render/framegraph/qsortpolicy.cpp
@@ -5,10 +5,11 @@
QT_BEGIN_NAMESPACE
-using namespace Qt3DCore;
namespace Qt3DRender {
+using namespace Qt3DCore;
+
QSortPolicyPrivate::QSortPolicyPrivate()
: QFrameGraphNodePrivate()
{
@@ -47,7 +48,7 @@ QSortPolicyPrivate::QSortPolicyPrivate()
*/
/*!
- \enum QSortPolicy::SortType
+ \enum Qt3DRender::QSortPolicy::SortType
This enum type describes the available sort types.
@@ -70,7 +71,7 @@ QSortPolicyPrivate::QSortPolicyPrivate()
*/
/*!
- \property QSortPolicy::sortTypes
+ \property Qt3DRender::QSortPolicy::sortTypes
Specifies the sorting types to be used.
*/