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-07-07 21:42:25 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-07-07 21:46:39 +0300
commitd1bfc7a6363421b3c0258846c7b7bd5a99339bce (patch)
treed045d8e9fef7730da33bfa571279aaabe4252f2d /src/gui/accountsettings.h
parent41111541c5ecccda9f30d30e8b88d1a1d91b9cf8 (diff)
Settings: fix broken signal/slot connection:
No such slot OCC::GeneralSettings::slotForceRemoteDiscoveryOnFolders() (sender name: 'OCC__IgnoreListEditor') (receiver name: 'OCC__GeneralSettings') The slot was in another settings page (because the button 'edit ignored files' was moved. Move the actual code to IgnoreListEditor where it logically belong. Add a comment on the why this code is there.
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 c5d7a2312..b302cb235 100644
--- a/src/gui/accountsettings.h
+++ b/src/gui/accountsettings.h
@@ -80,7 +80,6 @@ protected slots:
void slotFolderWizardRejected();
void slotDeleteAccount();
void refreshSelectiveSyncStatus();
- void slotForceRemoteDiscoveryOnFolders();
void slotCustomContextMenuRequested(const QPoint&);
private: