commit: 5a10db55118511e2a7f61a194ac23167a767a19b Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Jul 26 16:50:54 2022 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Tue Jul 26 17:21:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a10db55
gui-apps/nm-tray: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11 Closes: https://github.com/gentoo/gentoo/pull/26607 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> .../nm-tray-0.4.3-missing-include-qmetaenum.patch | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/gui-apps/nm-tray/files/nm-tray-0.4.3-missing-include-qmetaenum.patch b/gui-apps/nm-tray/files/nm-tray-0.4.3-missing-include-qmetaenum.patch deleted file mode 100644 index 6d319efa55b9..000000000000 --- a/gui-apps/nm-tray/files/nm-tray-0.4.3-missing-include-qmetaenum.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 4563dabee3cbee13bc9d23a4a5d0ddda1526b43f Mon Sep 17 00:00:00 2001 -From: Palo Kisa <[email protected]> -Date: Tue, 1 Oct 2019 12:03:43 +0200 -Subject: [PATCH] nmmodel: Add include for used class - ---- - src/nmmodel.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/nmmodel.cpp b/src/nmmodel.cpp -index d779801..ac70307 100644 ---- a/src/nmmodel.cpp -+++ b/src/nmmodel.cpp -@@ -45,6 +45,7 @@ COPYRIGHT_HEADER*/ - #include <NetworkManagerQt/ConnectionSettings> - #include <QDBusPendingCallWatcher> - #include <QInputDialog> -+#include <QMetaEnum> - - namespace - {
