MCPcopy Create free account
hub / github.com/KDE/kdevelop / setPattern

Method setPattern

plugins/grepview/grepdialog.cpp:472–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472void GrepDialog::setPattern(const QString& pattern)
473{
474 if (m_show) {
475 patternCombo->setEditText(pattern);
476 patternComboEditTextChanged(pattern);
477 }
478 m_settings.pattern = pattern;
479}
480
481void GrepDialog::historySearch(QVector<GrepJobSettings> &settingsHistory)
482{

Callers 3

showDialogMethod · 0.80
slotFindFinishedMethod · 0.80
FilterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected