mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 17:24:48 +00:00
port one remaining datamodel to P5Support
This commit is contained in:
parent
efe61ce50d
commit
44f6d5e6d8
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ Item {
|
||||||
model: PlasmaCore.SortFilterModel {
|
model: PlasmaCore.SortFilterModel {
|
||||||
id: filteredStatusNotifiers
|
id: filteredStatusNotifiers
|
||||||
filterRole: "Title"
|
filterRole: "Title"
|
||||||
sourceModel: PlasmaCore.DataModel {
|
sourceModel: P5Support.DataModel {
|
||||||
dataSource: statusNotifierSource ? statusNotifierSource : null
|
dataSource: statusNotifierSource ? statusNotifierSource : null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue