Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2018-04-06 18:13:29 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-06-06 10:15:23 +0300
commit550b84503730af757a0c17827bc102aa3ff1723d (patch)
tree35a5d093a76ccb89d02b428229befb9de48a10c2 /src/gui/ocsshareejob.cpp
parentd7ce92b017d064af35727284480869f4045704ed (diff)
SocketApi/Sharing: Add "copy public link" to menu #6356
* The new menu option will fetch shares and create a new link share if no "context menu share" currently exists. * Various cleanup of common operations in socketapi happened as well, in particular there's now FileData::get() that calculates all the relevant paths that are useful for most socketapi actions.
Diffstat (limited to 'src/gui/ocsshareejob.cpp')
-rw-r--r--src/gui/ocsshareejob.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/ocsshareejob.cpp b/src/gui/ocsshareejob.cpp
index 40bb70d91..0d1b6d44b 100644
--- a/src/gui/ocsshareejob.cpp
+++ b/src/gui/ocsshareejob.cpp
@@ -14,6 +14,8 @@
#include "ocsshareejob.h"
+#include <QJsonDocument>
+
namespace OCC {
OcsShareeJob::OcsShareeJob(AccountPtr account)