! Returns whether an error occurred while reading/starting the plugin. */
| 410 | Returns whether an error occurred while reading/starting the plugin. |
| 411 | */ |
| 412 | bool PluginSpec::hasError() const |
| 413 | { |
| 414 | return d->hasError; |
| 415 | } |
| 416 | |
| 417 | /*! |
| 418 | Detailed, possibly multi-line, error description in case of an error. |
no outgoing calls
no test coverage detected