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:
authorallexzander <blackslayer4@gmail.com>2020-12-04 14:01:04 +0300
committerallexzander <blackslayer4@gmail.com>2020-12-08 12:08:45 +0300
commit6e8658dc2c51f240f1f4aa4e58a60bc170b5f56f (patch)
tree8919454059ebfc85c2b60a350c6dc381551f3a62 /src/gui/sharee.h
parent1d7b7c26d3002dd0c175bdf4b71a60b58239ae24 (diff)
Added sharing via email.
Signed-off-by: allexzander <blackslayer4@gmail.com>
Diffstat (limited to 'src/gui/sharee.h')
-rw-r--r--src/gui/sharee.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/sharee.h b/src/gui/sharee.h
index c6fbcfe29..d776360ad 100644
--- a/src/gui/sharee.h
+++ b/src/gui/sharee.h
@@ -40,8 +40,10 @@ public:
enum Type {
User = 0,
Group = 1,
+ Email = 4,
Federated = 6,
- Circle = 7
+ Circle = 7,
+ Room = 10
};
explicit Sharee(const QString shareWith,