summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qlevelofdetail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qlevelofdetail.cpp')
-rw-r--r--src/render/frontend/qlevelofdetail.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/frontend/qlevelofdetail.cpp b/src/render/frontend/qlevelofdetail.cpp
index 4d6b07d4b..03df4e6a8 100644
--- a/src/render/frontend/qlevelofdetail.cpp
+++ b/src/render/frontend/qlevelofdetail.cpp
@@ -413,7 +413,7 @@ void QLevelOfDetail::setThresholds(const QVector<qreal> &thresholds)
Q_D(QLevelOfDetail);
if (d->m_thresholds != thresholds) {
d->m_thresholds = thresholds;
- thresholdsChanged(d->m_thresholds);
+ emit thresholdsChanged(d->m_thresholds);
}
}