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

Method insertText

src/common/widget/variablechooser.cpp:260–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260void VariableChooserPrivate::insertText(const QString &text)
261{
262 if (lineEdit) {
263 lineEdit->insert(text);
264 lineEdit->activateWindow();
265 }
266}
267
268int VariableChooserPrivate::buttonMargin() const
269{

Callers 1

appendCustomTextMethod · 0.45

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected