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-22 17:06:35 +0300
committerHannah von Reth <vonreth@kde.org>2022-03-24 13:32:50 +0300
commitb22989d75109e6e1282bc42b70968ef3dee6f750 (patch)
tree6edbce4cb2d4e4837f094566c4f903559e67e398 /src/gui/folderman.h
parentcf93da2e4de381ca9470fd3a2fb0db330129c7b2 (diff)
Rewrite wizard from scratch
Diffstat (limited to 'src/gui/folderman.h')
-rw-r--r--src/gui/folderman.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/folderman.h b/src/gui/folderman.h
index afe6e46ee..e58e7fa17 100644
--- a/src/gui/folderman.h
+++ b/src/gui/folderman.h
@@ -113,6 +113,11 @@ public:
*/
Folder *addFolder(AccountStatePtr accountState, const FolderDefinition &folderDefinition);
+ /**
+ * Adds a folder for an account. Used to be part of the wizard code base. Constructs the folder definition from the parameters.
+ */
+ Folder *addFolder(AccountStatePtr accountStatePtr, const QString &localFolder, const QString &remotePath, const QUrl &webDavUrl);
+
/** Removes a folder */
void removeFolder(Folder *);