diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-09 21:12:37 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-09 21:36:20 +0200 |
commit | 953cdcf312d474b8e9800a23c345effa07dbd94c (patch) | |
tree | 189ea9dd4d254f2035d948f3797ad85a2705e2a5 /net-p2p/ktorrent/files | |
parent | net-dns/pdns: Stable on amd64/x86 (diff) | |
download | gentoo-953cdcf312d474b8e9800a23c345effa07dbd94c.tar.gz gentoo-953cdcf312d474b8e9800a23c345effa07dbd94c.tar.bz2 gentoo-953cdcf312d474b8e9800a23c345effa07dbd94c.zip |
net-p2p/ktorrent: Fix missing header w/ future Frameworks
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-p2p/ktorrent/files')
-rw-r--r-- | net-p2p/ktorrent/files/ktorrent-5.1.1-missing-header.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-p2p/ktorrent/files/ktorrent-5.1.1-missing-header.patch b/net-p2p/ktorrent/files/ktorrent-5.1.1-missing-header.patch new file mode 100644 index 000000000000..b574d3028249 --- /dev/null +++ b/net-p2p/ktorrent/files/ktorrent-5.1.1-missing-header.patch @@ -0,0 +1,24 @@ +From 909215cc912d89fbc8573f2f98e3b433472d8eae Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner <asturm@gentoo.org> +Date: Fri, 9 Aug 2019 20:54:52 +0200 +Subject: [PATCH] Add missing QVector + +--- + libktcore/plugin/pluginmanager.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/libktcore/plugin/pluginmanager.h b/libktcore/plugin/pluginmanager.h +index 50eaa768..3a04a729 100644 +--- a/libktcore/plugin/pluginmanager.h ++++ b/libktcore/plugin/pluginmanager.h +@@ -23,6 +23,7 @@ + + #include <QList> + #include <QStringList> ++#include <QVector> + + #include <KPluginInfo> + #include <KPluginMetaData> +-- +2.22.0 + |