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:
authorJocelyn Turcotte <jturcotte@woboq.com>2015-08-29 14:32:36 +0300
committerJocelyn Turcotte <jturcotte@woboq.com>2015-09-01 19:40:20 +0300
commitbcfc16c0f6145ea14b73f463b555f46054712115 (patch)
tree2d02f2a28cc33330b8b8c3f1ff26ae1387bfaeae /src/gui/accountsettings.h
parent3ba5e27d02cfdd4850c83d99f670138bc2607f72 (diff)
Add a sign in button in the settings window
It's not obvious for users that they should sign in through the tray icon, especially if they were automatically signed out.
Diffstat (limited to 'src/gui/accountsettings.h')
-rw-r--r--src/gui/accountsettings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/accountsettings.h b/src/gui/accountsettings.h
index c20c464df..80a85456b 100644
--- a/src/gui/accountsettings.h
+++ b/src/gui/accountsettings.h
@@ -77,6 +77,7 @@ protected slots:
void slotOpenCurrentFolder();
void slotFolderWizardAccepted();
void slotFolderWizardRejected();
+ void slotSignInAccount();
void slotDeleteAccount();
void refreshSelectiveSyncStatus();
void slotCustomContextMenuRequested(const QPoint&);