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

Method emitDataChanged

kdevplatform/documentation/documentationfindwidget.cpp:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void DocumentationFindWidget::emitDataChanged()
69{
70 FindOptions opts;
71 if (m_ui->matchCase->isChecked())
72 opts |= MatchCase;
73
74 emit searchDataChanged(m_ui->findText->text(), opts);
75}
76
77void KDevelop::DocumentationFindWidget::hideEvent(QHideEvent* event)
78{

Callers

nothing calls this directly

Calls 1

textMethod · 0.45

Tested by

no test coverage detected