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-04-21 04:59:31 +0300
committerHannah von Reth <vonreth@kde.org>2022-04-26 18:32:09 +0300
commitd2d3cae83b8956d2b020e440beb17ae6d9af565d (patch)
tree076d2ec49bcdb509893bef434bf0ea31460f7119 /src/gui/folderman.h
parent8f1083da6ee709e59f6c715cc2c0097797e72fd5 (diff)
Use folder wizard for manual sync config
This approach gives the user a lot more freedom. The commit further moves the dialog logic out of the folder manager code, which allows us to clean up some API weirdness.
Diffstat (limited to 'src/gui/folderman.h')
-rw-r--r--src/gui/folderman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folderman.h b/src/gui/folderman.h
index 3c7db4d95..c76adca93 100644
--- a/src/gui/folderman.h
+++ b/src/gui/folderman.h
@@ -119,7 +119,7 @@ public:
* Adds a folder for an account. Used to be part of the wizard code base. Constructs the folder definition from the parameters.
* In case Wizard::SyncMode::SelectiveSync is used, nullptr is returned.
*/
- Folder *addFolderFromWizard(AccountStatePtr accountStatePtr, const QString &localFolder, const QString &remotePath, const QUrl &webDavUrl, const QString &displayName, Wizard::SyncMode syncMode);
+ Folder *addFolderFromWizard(AccountStatePtr accountStatePtr, const QString &localFolder, const QString &remotePath, const QUrl &webDavUrl, const QString &displayName, bool useVfs);
/** Removes a folder */
void removeFolder(Folder *);