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

Method remove

kdevplatform/util/objectlist.cpp:62–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62bool ObjectListTracker::remove(QObject* object)
63{
64 Q_D(ObjectListTracker);
65
66 if (!object) {
67 return false;
68 }
69
70 disconnect(object, &QObject::destroyed, this, &ObjectListTracker::objectDestroyed);
71 return d->m_list.removeOne(object);
72}
73
74void ObjectListTracker::deleteAll()
75{

Callers 12

setOverrideCssCodeMethod · 0.45
removeFromFileSetMethod · 0.45
createFileFunction · 0.45
preprocessFunction · 0.45
removeFinderMethod · 0.45
removeProfileMethod · 0.45
streamToStringsMethod · 0.45
htmlToPlainTextFunction · 0.45
normalizeLineEndingsMethod · 0.45
effectiveEnvironmentMethod · 0.45

Calls 1

removeOneMethod · 0.80

Tested by 3

removeFromFileSetMethod · 0.36
createFileFunction · 0.36
preprocessFunction · 0.36