owncloudclient: fix build w/ qt5-5.15.0 (QPainterPath)
This commit is contained in:
parent
6089ec769e
commit
105b5232cb
1 changed files with 10 additions and 0 deletions
10
srcpkgs/owncloudclient/patches/QPainterPath.patch
Normal file
10
srcpkgs/owncloudclient/patches/QPainterPath.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/libsync/networkjobs.cpp 2020-01-28 15:57:39.000000000 +0100
|
||||
+++ src/libsync/networkjobs.cpp 2020-08-31 21:06:43.744784467 +0200
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <QJsonObject>
|
||||
#ifndef TOKEN_AUTH_ONLY
|
||||
#include <QPainter>
|
||||
+#include <QPainterPath>
|
||||
#endif
|
||||
|
||||
#include "networkjobs.h"
|
Loading…
Reference in a new issue