! The plugin description. This is valid after the PluginSpec::Read state is reached. */
| 233 | The plugin description. This is valid after the PluginSpec::Read state is reached. |
| 234 | */ |
| 235 | QString PluginSpec::description() const |
| 236 | { |
| 237 | return d->description; |
| 238 | } |
| 239 | |
| 240 | /*! |
| 241 | The plugin URL where you can find more information about the plugin. |
no outgoing calls
no test coverage detected