Folder Wizard: Decode percent encoding

This commit is contained in:
Daniel Molkentin 2013-08-14 19:23:52 +02:00
parent 5feb9b0806
commit 9651f1cddf

View file

@ -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();
}
}