Ui: support showing and hideing hidden items in the sensor list

This commit is contained in:
Carl Philipp Klemm 2026-04-26 00:04:49 +02:00
parent a07b019a22
commit 93999abafa
6 changed files with 14 additions and 5 deletions

View file

@ -101,7 +101,8 @@ const Sensor& SensorListWidget::getSensorForIndex(const QModelIndex &index)
void SensorListWidget::setShowHidden(const bool showHidden)
{
showHidden_=showHidden;
showHidden_ = showHidden;
sensorsChanged(*globalSensors.getSensors());
}
const Sensor& SensorListItem::getSensor()