net-im/psi: prepare for Qt5-5.15

This commit is contained in:
Tobias C. Berner 2020-05-21 10:37:13 +00:00
parent 88524e6fba
commit 7fa82e0a70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536104
4 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- src/avatars.cpp.orig 2020-05-21 10:25:20 UTC
+++ src/avatars.cpp
@@ -34,6 +34,7 @@
#include <QFile>
#include <QBuffer>
#include <QPainter>
+#include <QPainterPath>
#include "xmpp_xmlcommon.h"
#include "xmpp_vcard.h"

View File

@ -0,0 +1,10 @@
--- src/contactlistdragview.cpp.orig 2020-05-21 10:25:20 UTC
+++ src/contactlistdragview.cpp
@@ -43,6 +43,7 @@
#include <QMimeData>
#include <QMouseEvent>
#include <QPainter>
+#include <QPainterPath>
#include <QScrollBar>
#include <QMessageBox>

View File

@ -0,0 +1,10 @@
--- src/rosteravatarframe.cpp.orig 2020-05-21 10:25:20 UTC
+++ src/rosteravatarframe.cpp
@@ -22,6 +22,7 @@
#include "psioptions.h"
#include "iconset.h"
#include "qpainter.h"
+#include <QPainterPath>
RosterAvatarFrame::RosterAvatarFrame(QWidget *parent)

View File

@ -0,0 +1,10 @@
--- src/whiteboarding/wbnewpath.cpp.orig 2020-05-21 10:25:20 UTC
+++ src/whiteboarding/wbnewpath.cpp
@@ -23,6 +23,7 @@
#include "../sxe/sxesession.h"
#include <QGraphicsScene>
+#include <QPainterPath>
WbNewPath::WbNewPath(QGraphicsScene* s, QPointF startPos, int strokeWidth, const QColor &strokeColor, const QColor &fillColor) : WbNewItem(s) {
controlPoint_ = 0;