Skip to content
Commit 9e002e01 authored by David Redondo's avatar David Redondo 🏎
Browse files

Correctly look up data in the model

Commit fbd66cdc exposed this preexisting bug.
Before sModel was always a PlasmaCore.SortFilterModel but now that we can hit the
!showHiddenDevices.visible condition in main.qml:546/573 it can also just be
a normal SourceModel or SinkModel that do not have a get() method like the
SortFilterModel. So we have to access the data properly.
BUG:427687
FIXED-IN:5.20.1
parent 9eb8d3d6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment