D20026: Go up in folder hierachy when in "edit mode"
Nathaniel Graham
noreply at phabricator.kde.org
Tue Mar 26 12:26:16 GMT 2019
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20190326/a35b583e/attachment.htm>
More information about the kfm-devel
mailing list