MCPcopy 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
85QString Document::toolTip() const
86{
87 Q_D(const Document);
88
89 return d->documentToolTip;
90}
91
92void Document::setTitle(const QString& newTitle)
93{

Callers 1

LanguagePreferencesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected