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

Method accept

plugins/quickopen/quickopenwidget.cpp:345–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345void QuickOpenWidget::accept()
346{
347 QString filterText = ui.searchLine->text();
348 m_model->execute(m_proxy->mapToSource(ui.list->currentIndex()), filterText);
349}
350
351void QuickOpenWidget::doubleClicked(const QModelIndex& index)
352{

Callers 2

eventFilterMethod · 0.45
editorEventMethod · 0.45

Calls 4

textMethod · 0.45
executeMethod · 0.45
mapToSourceMethod · 0.45
currentIndexMethod · 0.45

Tested by

no test coverage detected