ngraham added inline comments.

INLINE COMMENTS

> kurlnavigator.cpp:400
> +    while (hasParent) {
> +        urlList.append(currentDirectory.path());
> +        hasParent = (currentDirectory != 
> QUrl(parentDirectory(currentDirectory.path())));

Use `toLocalFile()` instead of `path()`, otherwise it breaks on Windows

REPOSITORY
  R241 KIO

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

To: krutovmikhail, ngraham, #dolphin
Cc: kde-frameworks-devel, michaelh, ngraham, bruns

Reply via email to