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:
authorOlivier Goffart <ogoffart@woboq.com>2015-12-02 14:24:33 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-12-02 14:27:53 +0300
commite27374324daccab939e4f55ec1b9b46c459b8b48 (patch)
tree1775c58c8dfe8af7c9db7ff024f6a8a265883ba4 /src/gui/accountsettings.h
parent895f0b29aac4a72ab706684bef527a0577c882da (diff)
AccountSettings: Remove the F5 reset folder shortcut
This secret key was used to wipe the database. In the past this was usefull because of many bugs, but now this is not usefull anymore. And cause trouble because it also erase the selective sync list. Issue #4182
Diffstat (limited to 'src/gui/accountsettings.h')
-rw-r--r--src/gui/accountsettings.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/accountsettings.h b/src/gui/accountsettings.h
index f7a416975..38c2e27f1 100644
--- a/src/gui/accountsettings.h
+++ b/src/gui/accountsettings.h
@@ -72,7 +72,6 @@ protected slots:
void slotEnableCurrentFolder();
void slotSyncCurrentFolderNow();
void slotRemoveCurrentFolder();
- void slotResetCurrentFolder();
void slotOpenCurrentFolder();
void slotFolderWizardAccepted();
void slotFolderWizardRejected();