Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ defaultIcon
Method
defaultIcon
kdevplatform/sublime/urldocument.cpp:90–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
QIcon UrlDocument::defaultIcon() const
91
{
92
Q_D(const UrlDocument);
93
94
return QIcon::fromTheme(d->mimeType.iconName());
95
}
96
97
QString UrlDocument::title(TitleType type) const
98
{
Callers
nothing calls this directly
Calls
1
iconName
Method · 0.45
Tested by
no test coverage detected