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

Method license

lib/extensionsystem/pluginspec.cpp:227–230  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

225 The plugin license. This is valid after the PluginSpec::Read state is reached.
226*/
227QString PluginSpec::license() const
228{
229 return d->license;
230}
231
232/*!
233 The plugin description. This is valid after the PluginSpec::Read state is reached.

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected