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

Method hasError

lib/extensionsystem/pluginspec.cpp:412–415  ·  view source on GitHub ↗

! Returns whether an error occurred while reading/starting the plugin. */

Source from the content-addressed store, hash-verified

410 Returns whether an error occurred while reading/starting the plugin.
411*/
412bool PluginSpec::hasError() const
413{
414 return d->hasError;
415}
416
417/*!
418 Detailed, possibly multi-line, error description in case of an error.

Callers 6

readMethod · 0.45
readPluginSpecMethod · 0.45
parsePluginSpecsMethod · 0.45
foreachFunction · 0.45
processXMLMethod · 0.45
updateButtonsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected