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

Method vendor

lib/extensionsystem/pluginspec.cpp:211–214  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

209 The plugin vendor. This is valid after the PluginSpec::Read state is reached.
210*/
211QString PluginSpec::vendor() const
212{
213 return d->vendor;
214}
215
216/*!
217 The plugin copyright. This is valid after the PluginSpec::Read state is reached.

Callers 2

parsePluginSpecsMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected