summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qsortcriterion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/qsortcriterion.cpp')
-rw-r--r--src/render/framegraph/qsortcriterion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/framegraph/qsortcriterion.cpp b/src/render/framegraph/qsortcriterion.cpp
index c907e2a18..4c6cec80e 100644
--- a/src/render/framegraph/qsortcriterion.cpp
+++ b/src/render/framegraph/qsortcriterion.cpp
@@ -80,7 +80,7 @@ void QSortCriterion::setSort(QSortCriterion::SortType sort)
Q_D(QSortCriterion);
if (d->m_sort != sort) {
d->m_sort = sort;
- emit sortChanged();
+ emit sortChanged(sort);
}
}