diff options
author | Zach van Rijn <me@zv.io> | 2022-05-28 06:38:49 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-10-21 18:34:01 -0500 |
commit | 66eb30418edb134d29348fc8458cfedb65897d3a (patch) | |
tree | 75d433c3a923d4dbce1ea4c911e8cbbc22efa5d0 /user/nextcloud-client/fix-missing-header.patch | |
parent | 0c6602582f5e31147131688ef183d8785c4d51e1 (diff) | |
download | packages-66eb30418edb134d29348fc8458cfedb65897d3a.tar.gz packages-66eb30418edb134d29348fc8458cfedb65897d3a.tar.bz2 packages-66eb30418edb134d29348fc8458cfedb65897d3a.tar.xz packages-66eb30418edb134d29348fc8458cfedb65897d3a.zip |
user/nextcloud-client: add patch for missing header. fixes #726.
Diffstat (limited to 'user/nextcloud-client/fix-missing-header.patch')
-rw-r--r-- | user/nextcloud-client/fix-missing-header.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/nextcloud-client/fix-missing-header.patch b/user/nextcloud-client/fix-missing-header.patch new file mode 100644 index 000000000..2c659a630 --- /dev/null +++ b/user/nextcloud-client/fix-missing-header.patch @@ -0,0 +1,11 @@ +diff -ur a/src/libsync/bandwidthmanager.h b/src/libsync/bandwidthmanager.h +--- a/src/libsync/bandwidthmanager.h 2022-05-28 11:32:35.440187894 +0000 ++++ b/src/libsync/bandwidthmanager.h 2022-05-28 11:33:25.713188074 +0000 +@@ -19,6 +19,7 @@ + #include <QLinkedList> + #include <QTimer> + #include <QIODevice> ++#include <QPainterPath> + + namespace OCC { + |