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

Method searchPrevious

kdevplatform/documentation/documentationfindwidget.cpp:52–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void KDevelop::DocumentationFindWidget::searchPrevious()
53{
54 FindOptions opts=Previous;
55 if (m_ui->matchCase->isChecked())
56 opts |= MatchCase;
57
58 emit searchRequested(m_ui->findText->text(), opts);
59}
60
61void KDevelop::DocumentationFindWidget::startSearch()
62{

Callers

nothing calls this directly

Calls 1

textMethod · 0.45

Tested by

no test coverage detected