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

Method removeTestSuite

plugins/testview/testview.cpp:363–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363void TestView::removeTestSuite(ITestSuite* suite)
364{
365 QStandardItem* item = itemForSuite(suite);
366 item->parent()->removeRow(item->row());
367}
368
369QStandardItem* TestView::addProject(IProject* project)
370{

Callers 2

cleanupTestSuitesFunction · 0.45
cleanupTestSuitesFunction · 0.45

Calls 3

removeRowMethod · 0.80
parentMethod · 0.45
rowMethod · 0.45

Tested by

no test coverage detected