Files
swift-im/swift-QPainterPath.patch
Michael Vetter 8288c1e6ca Accepting request 1101454 from home:zombie_ryushu:branches:network:messaging:xmpp
- Update to version 4.0.2:
  * Fix versioning issue in Windows Installer process
  * Allow setting vCard on servers that do not return an empty vCard on fresh accounts
- swift-QPainterPath.patch - fixes QPainterPath headers in two files.

OBS-URL: https://build.opensuse.org/request/show/1101454
OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/swift-im?expand=0&rev=2
2023-07-31 06:39:05 +00:00

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()) {