! The plugin copyright. This is valid after the PluginSpec::Read state is reached. */
| 217 | The plugin copyright. This is valid after the PluginSpec::Read state is reached. |
| 218 | */ |
| 219 | QString PluginSpec::copyright() const |
| 220 | { |
| 221 | return d->copyright; |
| 222 | } |
| 223 | |
| 224 | /*! |
| 225 | The plugin license. This is valid after the PluginSpec::Read state is reached. |