MCPcopy Create free account
hub / github.com/KDE/kdevelop / resolvedUrl

Function resolvedUrl

kdevplatform/util/tests/test_path.cpp:195–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195QUrl resolvedUrl(const QUrl& base, const QUrl& relative)
196{
197 return preserveWindowsDriveLetter(base, [&](const QUrl& url) {
198 return url.resolved(relative);
199 });
200}
201
202QUrl comparableUpUrl(const QUrl& url)
203{

Callers 1

test_path.cppFile · 0.85

Calls 2

resolvedMethod · 0.80

Tested by

no test coverage detected