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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-05-19 15:35:07 +0300
committerHannah von Reth <vonreth@kde.org>2022-05-19 19:00:51 +0300
commitac75156cfe6f1e09c24988ef286240131d83a32d (patch)
tree22e3fe749ab1994307f7af2711f2aff3db48885d /src/gui/accountsettings.cpp
parent1b87c9eabc81570fbc41ede6a8b8c930243db9d9 (diff)
FolderWizard use vfs with spaces
Fixes: #9649
Diffstat (limited to 'src/gui/accountsettings.cpp')
-rw-r--r--src/gui/accountsettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp
index 6eda498f8..030e410a4 100644
--- a/src/gui/accountsettings.cpp
+++ b/src/gui/accountsettings.cpp
@@ -429,7 +429,7 @@ void AccountSettings::slotFolderWizardAccepted()
FolderWizard *folderWizard = qobject_cast<FolderWizard *>(sender());
qCInfo(lcAccountSettings) << "Folder wizard completed";
- bool useVfs = folderWizard->property("useVirtualFiles").toBool();
+ const bool useVfs = folderWizard->useVirtualFiles();
auto folder = FolderMan::instance()->addFolderFromWizard(_accountState,
folderWizard->field(QLatin1String("sourceFolder")).toString(),