summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/framegraph-components/qsortcriterion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/framegraph-components/qsortcriterion.h')
-rw-r--r--src/render/frontend/framegraph-components/qsortcriterion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/frontend/framegraph-components/qsortcriterion.h b/src/render/frontend/framegraph-components/qsortcriterion.h
index 130980c89..2bd5914bc 100644
--- a/src/render/frontend/framegraph-components/qsortcriterion.h
+++ b/src/render/frontend/framegraph-components/qsortcriterion.h
@@ -75,7 +75,7 @@ protected:
QSortCriterion(QSortCriterionPrivate &dd, QNode *parent = 0);
private:
- QSortCriterion *doClone() const Q_DECL_OVERRIDE;
+ QT3D_CLONEABLE(QSortCriterion)
Q_DECLARE_PRIVATE(QSortCriterion)
};