summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-05-09 01:55:10 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-05-09 14:10:08 +0200
commit9e040eab9b158b0512a1702be7a7b7747da7a1be (patch)
tree236f4d031f6880dbcd6fa3a83a0a97b109bfa920 /kde-plasma/plasma-nm/files
parentkde-plasma/plasma-meta: 5.21.5 version bump (diff)
downloadgentoo-9e040eab9b158b0512a1702be7a7b7747da7a1be.tar.gz
gentoo-9e040eab9b158b0512a1702be7a7b7747da7a1be.tar.bz2
gentoo-9e040eab9b158b0512a1702be7a7b7747da7a1be.zip
kde-plasma/plasma-nm: 5.21.5 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.21.5-missing-include.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/kde-plasma/plasma-nm/files/plasma-nm-5.21.5-missing-include.patch b/kde-plasma/plasma-nm/files/plasma-nm-5.21.5-missing-include.patch
new file mode 100644
index 000000000000..db8f98b072b7
--- /dev/null
+++ b/kde-plasma/plasma-nm/files/plasma-nm-5.21.5-missing-include.patch
@@ -0,0 +1,30 @@
+From 8d1720ac924c8453f80ac560470d9d92bdd94b07 Mon Sep 17 00:00:00 2001
+From: Heiko Becker <heiko.becker@kde.org>
+Date: Tue, 4 May 2021 20:49:29 +0200
+Subject: [PATCH] Add missing QQueue include
+
+Used since 64dc6234b6980172bb53084c16a0e4e693d6011a. I suppose it's
+implicitly pulled in some cases, but for me the build fails with
+"networkmodel.h:126:56: error: field 'm_updateQueue' has incomplete
+type 'QQueue<QPair<NetworkModel::ModelChangeType, NetworkModelItem*> >'".
+
+(cherry picked from commit 2bccd7c3bc3aa12ddd1886b14041f1448c634a69)
+---
+ libs/models/networkmodel.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/libs/models/networkmodel.h b/libs/models/networkmodel.h
+index ebe6db52..749cb919 100644
+--- a/libs/models/networkmodel.h
++++ b/libs/models/networkmodel.h
+@@ -22,6 +22,7 @@
+ #define PLASMA_NM_NETWORK_MODEL_H
+
+ #include <QAbstractListModel>
++#include <QQueue>
+
+ #include "networkitemslist.h"
+
+--
+GitLab
+