! The plugin license. This is valid after the PluginSpec::Read state is reached. */
| 225 | The plugin license. This is valid after the PluginSpec::Read state is reached. |
| 226 | */ |
| 227 | QString PluginSpec::license() const |
| 228 | { |
| 229 | return d->license; |
| 230 | } |
| 231 | |
| 232 | /*! |
| 233 | The plugin description. This is valid after the PluginSpec::Read state is reached. |