Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setToolTip
Method
setToolTip
kdevplatform/sublime/document.cpp:98–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
void Document::setToolTip(const QString& newToolTip)
99
{
100
Q_D(Document);
101
102
d->documentToolTip=newToolTip;
103
}
104
105
View *Document::newView(Document *doc)
106
{
Callers
15
setupActions
Method · 0.80
SourceFormatterController
Method · 0.80
updateFormatTextAction
Method · 0.80
askProjectConfigLocation
Method · 0.80
setupActions
Method · 0.80
LaunchConfigurationDialog
Method · 0.80
setupActions
Method · 0.80
setupActions
Method · 0.80
setContinueStartsDebug
Method · 0.80
setupActions
Method · 0.80
AreaDisplay
Method · 0.80
addSession
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected