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

Method setAlternativeSearchField

plugins/quickopen/quickopenwidget.cpp:174–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void QuickOpenWidget::setAlternativeSearchField(QLineEdit* alterantiveSearchField)
175{
176 ui.searchLine = alterantiveSearchField;
177 ui.searchLine->installEventFilter(this);
178 connect(ui.searchLine, &QLineEdit::textChanged, this, &QuickOpenWidget::textChanged);
179}
180
181void QuickOpenWidget::showSearchField(bool b)
182{

Callers 1

focusInEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected