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

Method title

kdevplatform/sublime/urldocument.cpp:97–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97QString UrlDocument::title(TitleType type) const
98{
99 if (type == Extended)
100 return Document::title() + QLatin1String(" (") + url().toDisplayString(QUrl::PreferLocalFile) + QLatin1Char(')');
101 else
102 return Document::title();
103}
104
105}
106

Callers

nothing calls this directly

Calls 1

urlFunction · 0.85

Tested by

no test coverage detected