! The category that the plugin belongs to. Categories are groups of plugins which allow for keeping them together in the UI. Returns an empty string if the plugin does not belong to a category. */
| 251 | Returns an empty string if the plugin does not belong to a category. |
| 252 | */ |
| 253 | QString PluginSpec::category() const |
| 254 | { |
| 255 | return d->category; |
| 256 | } |
| 257 | |
| 258 | /*! |
| 259 | A QRegExp matching the platforms this plugin works on. An empty pattern implies all platforms. |
no outgoing calls
no test coverage detected