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

Method version

lib/extensionsystem/pluginspec.cpp:195–198  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

193 The plugin version. This is valid after the PluginSpec::Read state is reached.
194*/
195QString PluginSpec::version() const
196{
197 return d->version;
198}
199
200/*!
201 The plugin compatibility version. This is valid after the PluginSpec::Read state is reached.

Callers 7

parsePluginSpecsMethod · 0.80
formatPluginVersionsMethod · 0.80
loadQueueMethod · 0.80
loadPluginMethod · 0.80
updateMethod · 0.80
kity.min.jsFile · 0.80
MathJax.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected