[dolphin] [Bug 505399] does not update content if "[" in the path
"Misha Labjuk" <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kfm |
|---|---|
| Message-ID | <[email protected]/> |
https://bugs.kde.org/show_bug.cgi?id=505399 --- Comment #2 from Misha Labjuk <[email protected]> --- Issue caused by inconsistency between initialization QUrl from QString via constrictor and QUrl::fromLocalFile() I case of using QUrl::fromLocalFile() '[' and ']' symbols are escaped and same path does not match anymore. I've done some tests with adding fromLocalFile() to KCoreDirListerCache class to fix issue. But I'm not sure is it a correct way or not. -- You are receiving this mail because: You are on the CC list for the bug.