Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ deleteAll
Method
deleteAll
kdevplatform/util/objectlist.cpp:74–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void ObjectListTracker::deleteAll()
75
{
76
Q_D(ObjectListTracker);
77
78
qDeleteAll(d->m_list);
79
d->m_list.clear();
80
}
81
82
#include
"moc_objectlist.cpp"
Callers
2
unload
Method · 0.45
testDeleteAll
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
1
testDeleteAll
Method · 0.36