summaryrefslogtreecommitdiff
path: root/net-misc/nextcloud-client/files/nextcloud-client-2.6.4-qt515.patch
blob: 5c59cf46bf39045ae5c7cfc9ac46d667e8615638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 0fe7a657386b107ae498e7749ff4c20116b9752a Mon Sep 17 00:00:00 2001
From: Michael Schuster <michael@schuster.ms>
Date: Sun, 7 Jun 2020 02:43:45 +0200
Subject: [PATCH] Fix Qt 5.15.0 build error (missing include)

Signed-off-by: Michael Schuster <michael@schuster.ms>
---
 src/libsync/networkjobs.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/libsync/networkjobs.cpp b/src/libsync/networkjobs.cpp
index fd63b9606..bb5786ea9 100644
--- a/src/libsync/networkjobs.cpp
+++ b/src/libsync/networkjobs.cpp
@@ -31,6 +31,7 @@
 #include <QJsonDocument>
 #include <QJsonObject>
 #include <QPainter>
+#include <QPainterPath>
 
 #include "networkjobs.h"
 #include "account.h"