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

Method removeObject

lib/extensionsystem/pluginmanager.cpp:303–306  ·  view source on GitHub ↗

! Emits aboutToRemoveObject() and removes the object \a obj from the object pool. \sa PluginManager::addObject() */

Source from the content-addressed store, hash-verified

301 \sa PluginManager::addObject()
302*/
303void PluginManager::removeObject(QObject *obj)
304{
305 d->removeObject(obj);
306}
307
308/*!
309 Retrieves the list of all objects in the pool, unfiltered.

Callers

nothing calls this directly

Calls 2

removeAllMethod · 0.80
objectNameMethod · 0.45

Tested by

no test coverage detected