! Tries to load all the plugins that were previously found when setting the plugin search paths. The plugin specs of the plugins can be used to retrieve error and state information about individual plugins. \sa setPluginPaths() \sa plugins() */
| 332 | \sa plugins() |
| 333 | */ |
| 334 | void PluginManager::loadPlugins() |
| 335 | { |
| 336 | return d->loadPlugins(); |
| 337 | } |
| 338 | |
| 339 | /*! |
| 340 | Returns true if any plugin has errors even though it is enabled. |