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

Method startSearch

kdevplatform/documentation/documentationfindwidget.cpp:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void KDevelop::DocumentationFindWidget::startSearch()
62{
63 show();
64 m_ui->findText->selectAll();
65 m_ui->findText->setFocus();
66}
67
68void DocumentationFindWidget::emitDataChanged()
69{

Callers

nothing calls this directly

Calls 1

selectAllMethod · 0.45

Tested by

no test coverage detected