Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setText
Method
setText
kdevplatform/sublime/message.cpp:42–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void Message::setText(const QString& text)
43
{
44
if (d->text == text) {
45
return;
46
}
47
48
d->text = text;
49
emit textChanged(text);
50
}
51
52
void Message::setIcon(const QIcon& icon)
53
{
Callers
15
setItem
Method · 0.45
testDocumentSetText
Method · 0.45
updateErrorText
Method · 0.45
notifyHit
Method · 0.45
contextMenuEvent
Method · 0.45
copyVariableValue
Method · 0.45
copySelection
Method · 0.45
setupActions
Method · 0.45
handleLockedSession
Method · 0.45
SourceFormatterController
Method · 0.45
formatDocument
Method · 0.45
formatFiles
Method · 0.45
Calls
no outgoing calls
Tested by
1
testDocumentSetText
Method · 0.36