elvisangelaccio created this revision.
elvisangelaccio added reviewers: Frameworks, dfaure.
Restricted Application added a project: Frameworks.
REVISION SUMMARY
The latest Qt 5.10 beta includes [1] which breaks KIO all over the
place, since `url.setPath("//foo")` will now result in an invalid (empty)
QUrl.
This patch fixes the KIO::mkpath() case.
[1]:
http://code.qt.io/cgit/qt/qtbase.git/commit/?id=f62768d046528636789f901ac79e2cfa1843a7b7
TEST PLAN
I can now create folders from dolphin and plasma.
REPOSITORY
R241 KIO
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D8836
AFFECTED FILES
src/core/mkpathjob.cpp
To: elvisangelaccio, #frameworks, dfaure