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

Method absoluteUrl

kdevplatform/shell/openprojectpage.cpp:54–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54QUrl OpenProjectPage::absoluteUrl(const QString& file) const
55{
56 QUrl u(file);
57 if( u.isRelative() )
58 {
59 u = fileWidget->baseUrl().resolved( u );
60 }
61 return u;
62}
63
64void OpenProjectPage::setUrl(const QUrl& url)
65{

Callers

nothing calls this directly

Calls 2

resolvedMethod · 0.80
baseUrlMethod · 0.45

Tested by

no test coverage detected