Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ removeProject
Method
removeProject
plugins/testview/testview.cpp:377–381 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
375
}
376
377
void TestView::removeProject(IProject* project)
378
{
379
QStandardItem* projectItem = itemForProject(project);
380
m_model->removeRow(projectItem->row());
381
}
382
383
void TestView::doubleClicked(const QModelIndex& index)
384
{
Callers
nothing calls this directly
Calls
2
removeRow
Method · 0.80
row
Method · 0.45
Tested by
no test coverage detected