Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
QUrl 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
64
void OpenProjectPage::setUrl(const QUrl& url)
65
{
Callers
nothing calls this directly
Calls
2
resolved
Method · 0.80
baseUrl
Method · 0.45
Tested by
no test coverage detected