Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
563
void ProjectModel::clear()
564
{
565
Q_D(ProjectModel);
566
567
d->rootItem->removeRows(0, d->rootItem->rowCount());
568
}
569
570
571
ProjectFolderItem::ProjectFolderItem(IProject* project, const Path& path, ProjectBaseItem* parent)
Callers
8
remoteFolderSubjobFinished
Method · 0.45
takeJobList
Method · 0.45
removeRows
Method · 0.45
setPath
Method · 0.45
init
Method · 0.45
testItemsForPath
Method · 0.45
testProjectProxyModel
Method · 0.45
addDep
Method · 0.45
Calls
2
removeRows
Method · 0.45
rowCount
Method · 0.45
Tested by
3
init
Method · 0.36
testItemsForPath
Method · 0.36
testProjectProxyModel
Method · 0.36