23 lines
672 B
Diff
23 lines
672 B
Diff
|
--- a/Swift/QtUI/Roster/DelegateCommons.cpp 2018-04-06 06:06:46.000000000 -0400
|
||
|
+++ b/Swift/QtUI/Roster/DelegateCommons.cpp 2023-07-11 20:25:20.156931707 -0400
|
||
|
@@ -5,7 +5,7 @@
|
||
|
*/
|
||
|
|
||
|
#include <Swift/QtUI/Roster/DelegateCommons.h>
|
||
|
-
|
||
|
+#include <QPainterPath>
|
||
|
#include <QColor>
|
||
|
#include <QFileInfo>
|
||
|
|
||
|
--- a/Swift/QtUI/Roster/GroupItemDelegate.cpp 2018-04-06 06:06:46.000000000 -0400
|
||
|
+++ b/Swift/QtUI/Roster/GroupItemDelegate.cpp 2023-07-11 22:08:01.304547609 -0400
|
||
|
@@ -9,7 +9,7 @@
|
||
|
#include <QPainter>
|
||
|
#include <QPen>
|
||
|
#include <QtDebug>
|
||
|
-
|
||
|
+#include <QPainterPath>
|
||
|
namespace Swift {
|
||
|
|
||
|
GroupItemDelegate::GroupItemDelegate() : groupFont_(QApplication::font()) {
|