diff options
author | 2021-07-11 13:32:23 +0200 | |
---|---|---|
committer | 2021-07-11 16:42:52 +0200 | |
commit | 1857c5db2a3642b024c8091b73a58c6ee91f89c1 (patch) | |
tree | b99206f054ca423b40b264742a20e1093ed4fc3b /kde-plasma/plasma-nm | |
parent | dev-util/bitcoin-tx: Bump to 0.21.1 (diff) | |
download | gentoo-1857c5db2a3642b024c8091b73a58c6ee91f89c1.tar.gz gentoo-1857c5db2a3642b024c8091b73a58c6ee91f89c1.tar.bz2 gentoo-1857c5db2a3642b024c8091b73a58c6ee91f89c1.zip |
kde-plasma/plasma-nm: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/21595
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-nm')
-rw-r--r-- | kde-plasma/plasma-nm/files/plasma-nm-5.22.0-qt-5.15.2ff-missing-include.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/kde-plasma/plasma-nm/files/plasma-nm-5.22.0-qt-5.15.2ff-missing-include.patch b/kde-plasma/plasma-nm/files/plasma-nm-5.22.0-qt-5.15.2ff-missing-include.patch deleted file mode 100644 index 133b3e225c54..000000000000 --- a/kde-plasma/plasma-nm/files/plasma-nm-5.22.0-qt-5.15.2ff-missing-include.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 55ab9bfd83fb74d14e26cc1a3d8f257bc47c45ea Mon Sep 17 00:00:00 2001 -From: Heiko Becker <heiko.becker@kde.org> -Date: Sun, 6 Jun 2021 19:34:16 +0200 -Subject: [PATCH] Add missing QFile include - -Used since 40d056195bc400bc4e249cd152993000011687c2. I suppose it's -implicitly pulled in some cases, but for me the build fails against -Qt from KDE's patch collection with "libs/handler.cpp:704:5: error: -'QFile' was not declared in this scope;". - -(cherry picked from commit 6cac88b61da1277dcb9a801e47f2d69829c68086) ---- - libs/handler.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/libs/handler.cpp b/libs/handler.cpp -index 470b0fc1..7c8302be 100644 ---- a/libs/handler.cpp -+++ b/libs/handler.cpp -@@ -45,6 +45,7 @@ - #include <QDBusError> - #include <QDBusMetaType> - #include <QDBusPendingReply> -+#include <QFile> - #include <QIcon> - - #include <KNotification> --- -GitLab - |