From 44f6d5e6d84c9b91b7048547744287d709ad2eab Mon Sep 17 00:00:00 2001 From: Yari Polla Date: Thu, 9 Mar 2023 16:09:24 +0100 Subject: [PATCH] port one remaining datamodel to P5Support --- components/mobileshell/qml/statusbar/StatusBar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mobileshell/qml/statusbar/StatusBar.qml b/components/mobileshell/qml/statusbar/StatusBar.qml index 748776ab..30e7bcd0 100644 --- a/components/mobileshell/qml/statusbar/StatusBar.qml +++ b/components/mobileshell/qml/statusbar/StatusBar.qml @@ -152,7 +152,7 @@ Item { model: PlasmaCore.SortFilterModel { id: filteredStatusNotifiers filterRole: "Title" - sourceModel: PlasmaCore.DataModel { + sourceModel: P5Support.DataModel { dataSource: statusNotifierSource ? statusNotifierSource : null } }