mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
Folder Wizard: Decode percent encoding
This commit is contained in:
parent
5feb9b0806
commit
9651f1cddf
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ void ownCloudInfo::slotGetDirectoryListingFinished()
|
|||
currentItem = reader.readElementText();
|
||||
} else if (name == QLatin1String("collection") &&
|
||||
!currentItem.isEmpty()) {
|
||||
folders.append(currentItem);
|
||||
folders.append(QUrl::fromEncoded(currentItem.toLatin1()).path());
|
||||
currentItem.clear();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue