projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45bddb6
)
Fix Qt 5.15.0 build error (missing include)
author
Michael Schuster
<michael@schuster.ms>
Sun, 7 Jun 2020 00:43:45 +0000
(
02:43
+0200)
committer
Michael Schuster
<michael@schuster.ms>
Sun, 7 Jun 2020 00:43:45 +0000
(
02:43
+0200)
Signed-off-by: Michael Schuster <michael@schuster.ms>
src/libsync/networkjobs.cpp
patch
|
blob
|
history
diff --git
a/src/libsync/networkjobs.cpp
b/src/libsync/networkjobs.cpp
index fd63b960661f6ce2b1c0fe907203a74594510be1..bb5786ea9b4846599b9e3f40cd41a54af7f2ff72 100644
(file)
--- 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"