Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
383
void TestView::doubleClicked(const QModelIndex& index)
384
{
385
m_tree->selectionModel()->select(index, QItemSelectionModel::ClearAndSelect);
386
runSelectedTests();
387
}
388
389
QList< QAction* > TestView::contextMenuActions()
390
{
Callers
nothing calls this directly
Calls
1
select
Method · 0.80
Tested by
no test coverage detected