From aa04303c6323e139a62c28c0f3fdf10bec563e6f Mon Sep 17 00:00:00 2001 From: Fushan Wen Date: Thu, 26 Jan 2023 09:26:37 +0800 Subject: [PATCH] plasmoid: remove deprecated DragHelper It's removed in Plasma 6. CCBUG: 464528 --- plasmoid/package/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmoid/package/contents/ui/main.qml b/plasmoid/package/contents/ui/main.qml index 7a5c2d12b..bac170931 100644 --- a/plasmoid/package/contents/ui/main.qml +++ b/plasmoid/package/contents/ui/main.qml @@ -595,7 +595,7 @@ Item { } } - TaskManagerApplet.DragHelper { + Item { id: dragHelper Drag.dragType: Drag.Automatic