! \fn PluginSpec *IPlugin::pluginSpec() const Returns the PluginSpec corresponding to this plugin. This is not available in the constructor. */
| 209 | This is not available in the constructor. |
| 210 | */ |
| 211 | PluginSpec *IPlugin::pluginSpec() const |
| 212 | { |
| 213 | return d->pluginSpec; |
| 214 | } |
| 215 | |
| 216 | /*! |
| 217 | \fn void IPlugin::addObject(QObject *obj) |
no outgoing calls
no test coverage detected