From 24ef679755d775dd67ae9c481598ce6b7f27595a Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Fri, 31 Jul 2020 11:12:47 +0200 Subject: [PATCH] removeuseless debug --- containments/homescreen/applicationlistmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containments/homescreen/applicationlistmodel.cpp b/containments/homescreen/applicationlistmodel.cpp index fe7030a3..97db842b 100644 --- a/containments/homescreen/applicationlistmodel.cpp +++ b/containments/homescreen/applicationlistmodel.cpp @@ -499,7 +499,7 @@ void ApplicationListModel::unsetMinimizedDelegate(int row, QQuickItem *delegate) if (!surface) { return; } -qWarning()<<"UNSETTING"<title(); + window->unsetMinimizedGeometry(surface); }