owncloudclient: fix build w/ qt5-5.15.0 (QPainterPath)

This commit is contained in:
Jürgen Buchmüller 2020-08-31 21:10:01 +02:00
parent 6089ec769e
commit 105b5232cb

View 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"