----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119505/ -----------------------------------------------------------
Review request for KDE Frameworks. Repository: kio Description ------- getExistingDirectoryUrl only works for local files so we have to implement it on our own for now. As for Qt, QFileDialog::getExistingDirectoryUrl calls QUrl.toLocalFile, if we remove that, further down the code path _qt_get_directory is called which checks that the file exists but since Qt is not able to talk all our kios (for example smb) it will return false. So at the moment we are forced to implement it ourselves. Diffs ----- src/widgets/kurlrequester.cpp cf0b0c7 Diff: https://git.reviewboard.kde.org/r/119505/diff/ Testing ------- Thanks, Àlex Fiestas
_______________________________________________ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel