Ui: support showing and hideing hidden items in the sensor list
This commit is contained in:
parent
a07b019a22
commit
93999abafa
6 changed files with 14 additions and 5 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue