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:
authorKlaas Freitag <freitag@owncloud.com>2015-01-13 15:50:41 +0300
committerKlaas Freitag <freitag@owncloud.com>2015-01-13 15:50:41 +0300
commit209276efa8a048851913a480c4291c9c99f44aba (patch)
tree604c6ebf810b6b4ec3921229dbb247ed71af3e11 /src/gui/application.h
parentd2fc3e8023f1801e3e56ecec145c43c65de939c6 (diff)
ShareDialog: Moved open slot from Application object to Gui object.
Also set auto delete flag for the dialog explicitely.
Diffstat (limited to 'src/gui/application.h')
-rw-r--r--src/gui/application.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/application.h b/src/gui/application.h
index 158a5fb88..bcceeb95f 100644
--- a/src/gui/application.h
+++ b/src/gui/application.h
@@ -29,7 +29,6 @@
#include "progressdispatcher.h"
#include "clientproxy.h"
#include "folderman.h"
-#include "sharedialog.h"
class QMessageBox;
class QSystemTrayIcon;
@@ -84,7 +83,6 @@ protected slots:
void slotAccountStateRemoved(AccountState *accountState);
void slotAccountStateChanged(int state);
void slotCrash();
- void slotShowShareDialog(const QString &path);
private:
void setHelp();