]> cloud.milkyroute.net Git - dolphin.git/commit
Fix 'Show Target' for non-local URLs
authorNicolas Fella <nicolas.fella@gmx.de>
Sun, 10 Jul 2022 13:42:13 +0000 (15:42 +0200)
committerNicolas Fella <nicolas.fella@gmx.de>
Tue, 14 Feb 2023 13:54:29 +0000 (14:54 +0100)
commit4fbc5302e7a28dcc5e615a0e1234bf52f120ec7e
tree319191ffe5b5aa3cdfc083168eed049c097b4bd7
parent9c6c80edc9328fe602b4df2204408cdaa721371a
Fix 'Show Target' for non-local URLs

Links are not always local files, e.g. 'remote:/zeroconf' links to 'zeroconf:/'

The current code fails there

Instead of using QFile API that does not work on non-local URLs use QUrl::resolved to resolve relative links

Furthermore, QFile::exists doesn't work for non-local URLs. Instead do a KIO stat to check whether the target exists
src/dolphinmainwindow.cpp