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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2017-05-02 13:58:01 +0300
committerMarkus Goetz <markus@woboq.com>2017-05-03 11:26:27 +0300
commitd709a47b93dd072bf8e79084e01a23470b2953dd (patch)
treeb81908b8f7c7badbb114309696f552f914fa60cf /src/gui/sharemanager.h
parent3db8d3dfb6bb23860661da2be103a9a5cc8ee6a7 (diff)
Share dialog: Add option to copy/email direct links #5627
Diffstat (limited to 'src/gui/sharemanager.h')
-rw-r--r--src/gui/sharemanager.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/sharemanager.h b/src/gui/sharemanager.h
index da97b4f37..3331b53c6 100644
--- a/src/gui/sharemanager.h
+++ b/src/gui/sharemanager.h
@@ -145,6 +145,11 @@ public:
QUrl getLink() const;
/*
+ * The share's link for direct downloading.
+ */
+ QUrl getDirectDownloadLink() const;
+
+ /*
* Get the publicUpload status of this share
*/
bool getPublicUpload();