! Returns whether the plugin is disabled by default. This might be because the plugin is experimental, or because the plugin manager's settings define it as disabled by default. */
| 279 | the plugin manager's settings define it as disabled by default. |
| 280 | */ |
| 281 | bool PluginSpec::isDisabledByDefault() const |
| 282 | { |
| 283 | return d->disabledByDefault; |
| 284 | } |
| 285 | |
| 286 | /*! |
| 287 | Returns whether the plugin should be loaded at startup. True by default. |