! The state in which the plugin currently is. See the description of the PluginSpec::State enum for details. */
| 402 | See the description of the PluginSpec::State enum for details. |
| 403 | */ |
| 404 | PluginSpec::State PluginSpec::state() const |
| 405 | { |
| 406 | return d->state; |
| 407 | } |
| 408 | |
| 409 | /*! |
| 410 | Returns whether an error occurred while reading/starting the plugin. |
no outgoing calls
no test coverage detected