https://bugs.kde.org/show_bug.cgi?id=368999
--- Comment #2 from David Faure <[email protected]> --- Bug in QUrl, actually. qDebug() << "in:" << urlArg; QUrl url = QUrl::fromUserInput(urlArg, QDir::currentPath()); qDebug() << "out:" << url; in: "/home/dfaure/bugs/trailing space " out: QUrl("file:///home/dfaure/bugs/trailing space") I'll keep digging and I'll fix it in Qt. -- You are receiving this mail because: You are watching all bug changes.
