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:
authorFabian Müller <fmueller@owncloud.com>2022-03-30 21:54:47 +0300
committerHannah von Reth <vonreth@kde.org>2022-04-12 15:51:18 +0300
commita25f0068e1353f116c8ca251bf608fe2e4e794b1 (patch)
treef813f18abb5f43392315e2007dcccd38c1b3bdeb /src/gui/selectivesyncdialog.h
parent44db53318351b061ba2db4c7bf6b30a789b8f8b1 (diff)
Implement advanced sync options in wizard
Diffstat (limited to 'src/gui/selectivesyncdialog.h')
-rw-r--r--src/gui/selectivesyncdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/selectivesyncdialog.h b/src/gui/selectivesyncdialog.h
index 3426ec550..6490a5212 100644
--- a/src/gui/selectivesyncdialog.h
+++ b/src/gui/selectivesyncdialog.h
@@ -92,7 +92,7 @@ public:
explicit SelectiveSyncDialog(AccountPtr account, Folder *folder, QWidget *parent = nullptr, Qt::WindowFlags f = nullptr);
// Dialog for the whole account (Used from the wizard)
- explicit SelectiveSyncDialog(AccountPtr account, const QString &folder, const QStringList &blacklist, QWidget *parent = nullptr, Qt::WindowFlags f = nullptr);
+ explicit SelectiveSyncDialog(AccountPtr account, const QString &folder, QWidget *parent = nullptr, Qt::WindowFlags f = nullptr);
void accept() override;