MCPcopy Create free account
hub / github.com/KDAB/GammaRay / queueDestroyedObject

Method queueDestroyedObject

core/probe.cpp:713–720  ·  view source on GitHub ↗

pre-condition: we have the lock, arbitrary thread

Source from the content-addressed store, hash-verified

711
712// pre-condition: we have the lock, arbitrary thread
713void Probe::queueDestroyedObject(QObject *obj)
714{
715 ObjectChange c;
716 c.obj = obj;
717 c.type = ObjectChange::Destroy;
718 m_queuedObjectChanges.push_back(c);
719 notifyQueuedObjectChanges();
720}
721
722// pre-condition: we have the lock, arbitrary thread
723bool Probe::isObjectCreationQueued(QObject *obj) const

Callers 1

objectRemovedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected