net-im/psi: prepare for Qt5-5.15
This commit is contained in:
parent
88524e6fba
commit
7fa82e0a70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536104
10
net-im/psi/files/patch-src_avatars.cpp
Normal file
10
net-im/psi/files/patch-src_avatars.cpp
Normal 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"
|
10
net-im/psi/files/patch-src_contactlistdragview.cpp
Normal file
10
net-im/psi/files/patch-src_contactlistdragview.cpp
Normal 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>
|
||||
|
10
net-im/psi/files/patch-src_rosteravatarframe.cpp
Normal file
10
net-im/psi/files/patch-src_rosteravatarframe.cpp
Normal 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)
|
10
net-im/psi/files/patch-src_whiteboarding_wbnewpath.cpp
Normal file
10
net-im/psi/files/patch-src_whiteboarding_wbnewpath.cpp
Normal 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;
|
Loading…
Reference in New Issue
Block a user