MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / category

Method category

lib/extensionsystem/pluginspec.cpp:253–256  ·  view source on GitHub ↗

! 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. */

Source from the content-addressed store, hash-verified

251 Returns an empty string if the plugin does not belong to a category.
252*/
253QString 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.

Callers 3

foreachFunction · 0.80
updateMethod · 0.80
acceptDocumentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected