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

Method errorString

lib/extensionsystem/pluginspec.cpp:420–423  ·  view source on GitHub ↗

! Detailed, possibly multi-line, error description in case of an error. */

Source from the content-addressed store, hash-verified

418 Detailed, possibly multi-line, error description in case of an error.
419*/
420QString PluginSpec::errorString() const
421{
422 return d->errorString;
423}
424
425/*!
426 Returns whether this plugin can be used to fill in a dependency of the given

Callers 7

readMethod · 0.45
readPluginSpecMethod · 0.45
loadLibraryMethod · 0.45
updateMethod · 0.45
loadQueueMethod · 0.45
loadPluginMethod · 0.45
showDetailsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected