mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
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>
11 lines
245 B
Diff
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>
|
|
|