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

Method clear

kdevplatform/project/projectmodel.cpp:563–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561}
562
563void ProjectModel::clear()
564{
565 Q_D(ProjectModel);
566
567 d->rootItem->removeRows(0, d->rootItem->rowCount());
568}
569
570
571ProjectFolderItem::ProjectFolderItem(IProject* project, const Path& path, ProjectBaseItem* parent)

Callers 8

takeJobListMethod · 0.45
removeRowsMethod · 0.45
setPathMethod · 0.45
initMethod · 0.45
testItemsForPathMethod · 0.45
testProjectProxyModelMethod · 0.45
addDepMethod · 0.45

Calls 2

removeRowsMethod · 0.45
rowCountMethod · 0.45

Tested by 3

initMethod · 0.36
testItemsForPathMethod · 0.36
testProjectProxyModelMethod · 0.36