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

Method activate

plugins/standardoutputview/outputwidget.cpp:532–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530}
531
532void OutputWidget::activate(const QModelIndex& index)
533{
534 auto iface = outputViewModel();
535 auto view = outputView();
536 if( ! view || ! iface )
537 return;
538 activateIndex(index, view, iface);
539}
540
541QTreeView* OutputWidget::createListView(int id)
542{

Callers 1

activateIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected