Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
void KDevelop::DocumentationFindWidget::startSearch()
62
{
63
show();
64
m_ui->findText->selectAll();
65
m_ui->findText->setFocus();
66
}
67
68
void DocumentationFindWidget::emitDataChanged()
69
{
Callers
nothing calls this directly
Calls
1
selectAll
Method · 0.45
Tested by
no test coverage detected