! The plugin URL where you can find more information about the plugin. This is valid after the PluginSpec::Read state is reached. */
| 242 | This is valid after the PluginSpec::Read state is reached. |
| 243 | */ |
| 244 | QString PluginSpec::url() const |
| 245 | { |
| 246 | return d->url; |
| 247 | } |
| 248 | |
| 249 | /*! |
| 250 | The category that the plugin belongs to. Categories are groups of plugins which allow for keeping them together in the UI. |
no outgoing calls
no test coverage detected