-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/119505/
-----------------------------------------------------------

(Updated ago. 3, 2014, 12:47 a.m.)


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 (updated)
-----

  src/widgets/kurlrequester.cpp f2837ad 

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

Reply via email to