https://bugs.kde.org/show_bug.cgi?id=494430
--- Comment #6 from Kai Uwe Broulik <k...@privat.broulik.de> --- > QUrl("kdeconnect://foobar).isParentOf(QUrl("file://my/favorite/place)) Cannot reproduce with Qt 6.8.0 or Qt dev. There have been numerous changes to QUrl normalization and what not recently, though. Maybe it’s a Qt 6.7(.3) issue that’s since been fixed? Either way, this would be a Qt bg, QUrl::isParentOf clearly states that the schemes of the two URLs must match for them to ever be considered related. The only change I can see to this particular function is from Sep 2022 when it was ported from count/length to size, so the issue must be elsewhere(?) -- You are receiving this mail because: You are watching all bug changes.