diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-08-26 23:33:15 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-08-26 23:34:22 +0200 |
commit | 4aeb8138d93cf2beb53622d4537e7c4a625948aa (patch) | |
tree | 891e3033f4f98788d57d3b623749396d3467af7d /net-im/swift/files | |
parent | dev-php/PHP_CodeSniffer: bump to v3.5.6 (diff) | |
download | gentoo-4aeb8138d93cf2beb53622d4537e7c4a625948aa.tar.gz gentoo-4aeb8138d93cf2beb53622d4537e7c4a625948aa.tar.bz2 gentoo-4aeb8138d93cf2beb53622d4537e7c4a625948aa.zip |
net-im/swift: fix compilation with qt-5.15
Also fixed QA notice for -r3, that the icon cache was not updated.
Closes: https://bugs.gentoo.org/739068
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-im/swift/files')
-rw-r--r-- | net-im/swift/files/swift-4.0.2-qt-5.15-compatibility.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/swift/files/swift-4.0.2-qt-5.15-compatibility.patch b/net-im/swift/files/swift-4.0.2-qt-5.15-compatibility.patch new file mode 100644 index 000000000000..37918db1980f --- /dev/null +++ b/net-im/swift/files/swift-4.0.2-qt-5.15-compatibility.patch @@ -0,0 +1,10 @@ +--- a/Swift/QtUI/Roster/GroupItemDelegate.cpp ++++ b/Swift/QtUI/Roster/GroupItemDelegate.cpp +@@ -7,6 +7,7 @@ + #include <Swift/QtUI/Roster/GroupItemDelegate.h> + + #include <QPainter> ++#include <QPainterPath> + #include <QPen> + #include <QtDebug> + |