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

Method searchNext

kdevplatform/documentation/documentationfindwidget.cpp:43–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void KDevelop::DocumentationFindWidget::searchNext()
44{
45 FindOptions opts=Next;
46 if (m_ui->matchCase->isChecked())
47 opts |= MatchCase;
48
49 emit searchRequested(m_ui->findText->text(), opts);
50}
51
52void KDevelop::DocumentationFindWidget::searchPrevious()
53{

Callers

nothing calls this directly

Calls 1

textMethod · 0.45

Tested by

no test coverage detected