MCPcopy 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
90QIcon UrlDocument::defaultIcon() const
91{
92 Q_D(const UrlDocument);
93
94 return QIcon::fromTheme(d->mimeType.iconName());
95}
96
97QString UrlDocument::title(TitleType type) const
98{

Callers

nothing calls this directly

Calls 1

iconNameMethod · 0.45

Tested by

no test coverage detected