! The plugin compatibility version. This is valid after the PluginSpec::Read state is reached. */
| 201 | The plugin compatibility version. This is valid after the PluginSpec::Read state is reached. |
| 202 | */ |
| 203 | QString PluginSpec::compatVersion() const |
| 204 | { |
| 205 | return d->compatVersion; |
| 206 | } |
| 207 | |
| 208 | /*! |
| 209 | The plugin vendor. This is valid after the PluginSpec::Read state is reached. |
no outgoing calls
no test coverage detected