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

Method copyright

lib/extensionsystem/pluginspec.cpp:219–222  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

217 The plugin copyright. This is valid after the PluginSpec::Read state is reached.
218*/
219QString PluginSpec::copyright() const
220{
221 return d->copyright;
222}
223
224/*!
225 The plugin license. 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