! List of all plugin specifications that have been found in the plugin search paths. This list is valid directly after the setPluginPaths() call. The plugin specifications contain the information from the plugins' xml description files and the current state of the plugins. If a plugin's library has been already successfully loaded, the plugin specification has a reference to th
| 464 | \sa setPluginPaths() |
| 465 | */ |
| 466 | QList<PluginSpec *> PluginManager::plugins() |
| 467 | { |
| 468 | return d->pluginSpecs; |
| 469 | } |
| 470 | |
| 471 | QHash<QString, PluginCollection *> PluginManager::pluginCollections() |
| 472 | { |
no outgoing calls
no test coverage detected