gentoo/net-im/swift/files/swift-4.0.2-qt-5.15-compatibility.patch
Conrad Kostecki 4aeb8138d9
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>
2020-08-26 23:34:22 +02:00

11 lines
245 B
Diff

--- 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>