MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / setPlaceholderText

Method setPlaceholderText

src/plugins/chat/widgets/codeeditcomponent.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void CodeEditComponent::setPlaceholderText(const QString &text)
70{
71 if (codeEdit)
72 codeEdit->setPlaceholderText(text);
73}
74
75void CodeEditComponent::setUpdateHeight(bool update)
76{

Callers 15

HistoryWidgetMethod · 0.80
MergeWidgetMethod · 0.80
BranchesWidgetMethod · 0.80
storeFileMethod · 0.80
FileDiffWidgetMethod · 0.80
FullDiffWidgetMethod · 0.80
loadDataMethod · 0.80
GeneralConfigDlgMethod · 0.80
initTabWidgetMethod · 0.80
setupUiMethod · 0.80
handleEventsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected