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:
authorRoeland Jago Douma <rullzer@owncloud.com>2015-10-29 23:47:47 +0300
committerRoeland Jago Douma <rullzer@owncloud.com>2015-10-29 23:47:47 +0300
commitc7b814337a3bb2465f38dbc40cf225a012a1ec3e (patch)
tree028bde0ab5a84eafd2a4f13ac04683d72f6687c6 /src/gui/sharedialog.h
parentdd8d02b8efb147618f7a9a176f916c010ae01a15 (diff)
Use proper QFlags
Now the ShareTypes and Permissions are part of the Share class (which is a bit better abstracted away).
Diffstat (limited to 'src/gui/sharedialog.h')
-rw-r--r--src/gui/sharedialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/sharedialog.h b/src/gui/sharedialog.h
index fea70152b..6b0c089ca 100644
--- a/src/gui/sharedialog.h
+++ b/src/gui/sharedialog.h
@@ -22,8 +22,6 @@
#include <QSharedPointer>
#include <QList>
-#include "share.h"
-
namespace OCC {
namespace Ui {
@@ -33,6 +31,9 @@ class ShareDialog;
class AbstractCredentials;
class QuotaInfo;
class SyncResult;
+class LinkShare;
+class Share;
+class ShareManager;
/**
* @brief The ShareDialog class