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

Method description

lib/extensionsystem/pluginspec.cpp:235–238  ·  view source on GitHub ↗

! The plugin description. This is valid after the PluginSpec::Read state is reached. */

Source from the content-addressed store, hash-verified

233 The plugin description. This is valid after the PluginSpec::Read state is reached.
234*/
235QString PluginSpec::description() const
236{
237 return d->description;
238}
239
240/*!
241 The plugin URL where you can find more information about the plugin.

Callers 2

formatPluginVersionsMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected