! The plugin vendor. This is valid after the PluginSpec::Read state is reached. */
| 209 | The plugin vendor. This is valid after the PluginSpec::Read state is reached. |
| 210 | */ |
| 211 | QString PluginSpec::vendor() const |
| 212 | { |
| 213 | return d->vendor; |
| 214 | } |
| 215 | |
| 216 | /*! |
| 217 | The plugin copyright. This is valid after the PluginSpec::Read state is reached. |
no outgoing calls
no test coverage detected