! Returns true if loading was not done due to user unselecting this plugin or its dependencies. */
| 314 | Returns true if loading was not done due to user unselecting this plugin or its dependencies. |
| 315 | */ |
| 316 | bool PluginSpec::isDisabledIndirectly() const |
| 317 | { |
| 318 | return d->disabledIndirectly; |
| 319 | } |
| 320 | |
| 321 | /*! |
| 322 | Returns whether the plugin is enabled via the -load option on the command line. |