! Returns whether the plugin should be loaded at startup. True by default. The user can change it from the Plugin settings. \note This function returns true even if a plugin is disabled because its dependencies were not loaded, or an error occurred during loading it. */
| 292 | dependencies were not loaded, or an error occurred during loading it. |
| 293 | */ |
| 294 | bool PluginSpec::isEnabledInSettings() const |
| 295 | { |
| 296 | return d->enabledInSettings; |
| 297 | } |
| 298 | |
| 299 | /*! |
| 300 | Returns whether the plugin is loaded at startup. |
no outgoing calls
no test coverage detected