! Detailed, possibly multi-line, error description in case of an error. */
| 418 | Detailed, possibly multi-line, error description in case of an error. |
| 419 | */ |
| 420 | QString PluginSpec::errorString() const |
| 421 | { |
| 422 | return d->errorString; |
| 423 | } |
| 424 | |
| 425 | /*! |
| 426 | Returns whether this plugin can be used to fill in a dependency of the given |
no outgoing calls
no test coverage detected