MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / foreach

Function foreach

lib/aggregation/aggregate.cpp:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 {
208 QWriteLocker locker(&lock());
209 foreach (QObject *component, m_components) {
210 disconnect(component, SIGNAL(destroyed(QObject*)), this, SLOT(deleteSelf(QObject*)));
211 aggregateMap().remove(component);
212 }
213 components = m_components;
214 m_components.clear();
215 aggregateMap().remove(this);

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected