! The corresponding IPlugin instance, if the plugin library has already been successfully loaded, i.e. the PluginSpec::Loaded state is reached. */
| 438 | i.e. the PluginSpec::Loaded state is reached. |
| 439 | */ |
| 440 | IPlugin *PluginSpec::plugin() const |
| 441 | { |
| 442 | return d->plugin; |
| 443 | } |
| 444 | |
| 445 | /*! |
| 446 | Returns the list of dependencies, already resolved to existing plugin specs. |
no outgoing calls
no test coverage detected