MCPcopy 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
74void 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

unloadMethod · 0.45
testDeleteAllMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by 1

testDeleteAllMethod · 0.36