https://bugs.kde.org/show_bug.cgi?id=376365
--- Comment #6 from David Faure <fa...@kde.org> --- Oh, indeed, I hadn't seen that. I completely agree, the same API with a QString can't be for relative paths and for URLs, "a:b" is both. How about we add a KFileWidget::setSelectedUrl(const QUrl& url)? Then we can get rid of this ugly .toString() (QUrl -> QString -> QUrl). -- You are receiving this mail because: You are watching all bug changes.