summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-06-10 14:49:06 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-06-10 17:29:54 +0200
commit47af69296870092c8d1cfd4bdcba8af8da65e678 (patch)
tree47b3114ebfbd6727af21b65e016ad4b3313e7ff3 /kde-plasma/plasma-nm/files
parentkde-plasma/plasma-meta: 5.22.0 version bump (diff)
downloadgentoo-47af69296870092c8d1cfd4bdcba8af8da65e678.tar.gz
gentoo-47af69296870092c8d1cfd4bdcba8af8da65e678.tar.bz2
gentoo-47af69296870092c8d1cfd4bdcba8af8da65e678.zip
kde-plasma/plasma-nm: 5.22.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-nm/files')
-rw-r--r--kde-plasma/plasma-nm/files/plasma-nm-5.22.0-qt-5.15.2ff-missing-include.patch30
1 files changed, 30 insertions, 0 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
new file mode 100644
index 000000000000..133b3e225c54
--- /dev/null
+++ b/kde-plasma/plasma-nm/files/plasma-nm-5.22.0-qt-5.15.2ff-missing-include.patch
@@ -0,0 +1,30 @@
+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
+