! Emits aboutToRemoveObject() and removes the object \a obj from the object pool. \sa PluginManager::addObject() */
| 301 | \sa PluginManager::addObject() |
| 302 | */ |
| 303 | void PluginManager::removeObject(QObject *obj) |
| 304 | { |
| 305 | d->removeObject(obj); |
| 306 | } |
| 307 | |
| 308 | /*! |
| 309 | Retrieves the list of all objects in the pool, unfiltered. |
nothing calls this directly
no test coverage detected