From c81bed39bc98d6acf276ab9fec6f92b3699fd914 Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Thu, 25 Aug 2016 13:05:43 +0530 Subject: [PATCH] requestShowingDesktop is not Q_INVOKABLE errors-- --- containments/taskpanel/package/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containments/taskpanel/package/contents/ui/main.qml b/containments/taskpanel/package/contents/ui/main.qml index 17f40e08..4fad7c4d 100644 --- a/containments/taskpanel/package/contents/ui/main.qml +++ b/containments/taskpanel/package/contents/ui/main.qml @@ -69,7 +69,7 @@ PlasmaCore.ColorScope { if (taskSwitcher.visibility == Window.Hidden && taskSwitcher.offset > -taskSwitcher.height + units.gridUnit && taskSwitcher.tasksCount) { taskSwitcher.visible = true; } - plasmoid.nativeInterface.requestShowingDesktop(true); + plasmoid.nativeInterface.showDesktop = true; } onReleased: { if (!isDragging) {