summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qsortpolicy_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/qsortpolicy_p.h')
-rw-r--r--src/render/framegraph/qsortpolicy_p.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/render/framegraph/qsortpolicy_p.h b/src/render/framegraph/qsortpolicy_p.h
index e84f646da..e9e27408d 100644
--- a/src/render/framegraph/qsortpolicy_p.h
+++ b/src/render/framegraph/qsortpolicy_p.h
@@ -67,6 +67,12 @@ public:
QVector<QSortPolicy::SortType> m_sortTypes;
};
+
+struct QSortPolicyData
+{
+ QVector<QSortPolicy::SortType> sortTypes;
+};
+
} // namespace Qt3DRender
QT_END_NAMESPACE