summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-nm/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-11 19:55:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-11 19:55:43 +0100
commit185fa19bbf68a4d4dca534d2b46729207a177f16 (patch)
treea8a537b82fda83a0799c2ca9887f212558363aa7 /kde-plasma/plasma-nm/files
parentc8fd0d84af0bfd1949542adc2cbb735b1d28f9ed (diff)
gentoo resync : 11.05.2021
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
+