MCPcopy 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
42void 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
52void Message::setIcon(const QIcon& icon)
53{

Callers 15

setItemMethod · 0.45
testDocumentSetTextMethod · 0.45
updateErrorTextMethod · 0.45
notifyHitMethod · 0.45
contextMenuEventMethod · 0.45
copyVariableValueMethod · 0.45
copySelectionMethod · 0.45
setupActionsMethod · 0.45
handleLockedSessionMethod · 0.45
formatDocumentMethod · 0.45
formatFilesMethod · 0.45

Calls

no outgoing calls

Tested by 1

testDocumentSetTextMethod · 0.36