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

Method compatVersion

lib/extensionsystem/pluginspec.cpp:203–206  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

201 The plugin compatibility version. This is valid after the PluginSpec::Read state is reached.
202*/
203QString PluginSpec::compatVersion() const
204{
205 return d->compatVersion;
206}
207
208/*!
209 The plugin vendor. 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