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>2016-11-18 14:17:05 +0300
committerChristian Kamm <mail@ckamm.de>2016-11-18 14:17:05 +0300
commit6451eb3ade78fee7cd6de75c656fda9f2984b317 (patch)
tree02c5f67b4c3d4002fef8c05c9425d06f51e2ff50 /src/gui/owncloudgui.h
parent01528427b58ebee3231839934539a7361b89be3e (diff)
Tray: Add a 'New account...' action if no account is configured #5307
Useful when left-clicking the tray icon isn't working for some reason.
Diffstat (limited to 'src/gui/owncloudgui.h')
-rw-r--r--src/gui/owncloudgui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/owncloudgui.h b/src/gui/owncloudgui.h
index 938158d8a..ddb532708 100644
--- a/src/gui/owncloudgui.h
+++ b/src/gui/owncloudgui.h
@@ -94,6 +94,7 @@ private slots:
void slotLogout();
void slotUnpauseAllFolders();
void slotPauseAllFolders();
+ void slotNewAccountWizard();
private:
void setPauseOnAllFoldersHelper(bool pause);
@@ -123,6 +124,7 @@ private:
QAction *_actionLogin;
QAction *_actionLogout;
+ QAction *_actionNewAccountWizard;
QAction *_actionSettings;
QAction *_actionStatus;
QAction *_actionEstimate;