dfaure added inline comments.

INLINE COMMENTS

> fvogt wrote in kfilewidget.h:150
> No, I meant setSelectedUrl indeed. It works for relative URLs as well.
> Both the function itself and setLocationText check url.isRelative()

Ah right, OK.

But people are not going to URL-escape filenames and then we'll have the same 
bug again ;-)

They'll write QUrl(fileName) which won't work for this purpose, for instance 
for files called "a:b" and "a#b" it will lead to QUrl("a:b") or QUrl("a#b") 
which will be parsed as "scheme==a" and "fragment==b" respectively,

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D4937

To: dfaure, fvogt
Cc: fvogt, #frameworks

Reply via email to