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

Method templateTypeComboActivated

plugins/grepview/grepdialog.cpp:466–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466void GrepDialog::templateTypeComboActivated(int index)
467{
468 templateEdit->setCurrentItem( template_str().at(index), true );
469 replacementTemplateEdit->setCurrentItem( repl_template().at(index), true );
470}
471
472void GrepDialog::setPattern(const QString& pattern)
473{

Callers

nothing calls this directly

Calls 3

template_strFunction · 0.85
repl_templateFunction · 0.85
atMethod · 0.45

Tested by

no test coverage detected