MCPcopy 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
377void TestView::removeProject(IProject* project)
378{
379 QStandardItem* projectItem = itemForProject(project);
380 m_model->removeRow(projectItem->row());
381}
382
383void TestView::doubleClicked(const QModelIndex& index)
384{

Callers

nothing calls this directly

Calls 2

removeRowMethod · 0.80
rowMethod · 0.45

Tested by

no test coverage detected