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

Method doubleClicked

plugins/testview/testview.cpp:383–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383void TestView::doubleClicked(const QModelIndex& index)
384{
385 m_tree->selectionModel()->select(index, QItemSelectionModel::ClearAndSelect);
386 runSelectedTests();
387}
388
389QList< QAction* > TestView::contextMenuActions()
390{

Callers

nothing calls this directly

Calls 1

selectMethod · 0.80

Tested by

no test coverage detected