summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/framegraph-components/qsortmethod_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/framegraph-components/qsortmethod_p.h')
-rw-r--r--src/render/frontend/framegraph-components/qsortmethod_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/frontend/framegraph-components/qsortmethod_p.h b/src/render/frontend/framegraph-components/qsortmethod_p.h
index 3fc6e55d6..4ee604463 100644
--- a/src/render/frontend/framegraph-components/qsortmethod_p.h
+++ b/src/render/frontend/framegraph-components/qsortmethod_p.h
@@ -49,7 +49,7 @@ class QSortCriterion;
class QSortMethodPrivate : public QFrameGraphNodePrivate
{
public:
- QSortMethodPrivate(QSortMethod *qq);
+ QSortMethodPrivate();
Q_DECLARE_PUBLIC(QSortMethod)
QList<QSortCriterion *> m_criteria;
};