Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ toolTip
Method
toolTip
kdevplatform/sublime/document.cpp:85–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
QString Document::toolTip() const
86
{
87
Q_D(const Document);
88
89
return d->documentToolTip;
90
}
91
92
void Document::setTitle(const QString& newTitle)
93
{
Callers
1
LanguagePreferences
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected