mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Clean up declarations in AccountSettings
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
2c4dc7e231
commit
f9fb03bdc9
1 changed files with 5 additions and 5 deletions
|
@ -117,17 +117,17 @@ private slots:
|
|||
void updateBlackListAndScheduleFolderSync(const QStringList &blackList, OCC::Folder *folder, const QStringList &foldersToRemoveFromBlacklist) const;
|
||||
void folderTerminateSyncAndUpdateBlackList(const QStringList &blackList, OCC::Folder *folder, const QStringList &foldersToRemoveFromBlacklist);
|
||||
|
||||
private:
|
||||
private slots:
|
||||
void displayMnemonic(const QString &mnemonic);
|
||||
void showConnectionLabel(const QString &message,
|
||||
QStringList errors = QStringList());
|
||||
bool event(QEvent *) override;
|
||||
void createAccountToolbox();
|
||||
void showConnectionLabel(const QString &message, QStringList errors = QStringList());
|
||||
void openIgnoredFilesDialog(const QString & absFolderPath);
|
||||
void customizeStyle();
|
||||
|
||||
void initializeE2eEncryption();
|
||||
void removeActionFromEncryptionMessage(const QString &actionId);
|
||||
|
||||
private:
|
||||
bool event(QEvent *) override;
|
||||
QAction *addActionToEncryptionMessage(const QString &actionTitle, const QString &actionId);
|
||||
|
||||
/// Returns the alias of the selected folder, empty string if none
|
||||
|
|
Loading…
Reference in a new issue