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

Method filePath

lib/extensionsystem/pluginspec.cpp:367–370  ·  view source on GitHub ↗

! The absolute path to the plugin XML description file (including the file name) this PluginSpec corresponds to. */

Source from the content-addressed store, hash-verified

365 this PluginSpec corresponds to.
366*/
367QString PluginSpec::filePath() const
368{
369 return d->filePath;
370}
371
372/*!
373 Command line arguments specific to the plugin. Set at startup.

Callers 8

parsePluginSpecsMethod · 0.80
updateMethod · 0.80
exportNoteMethod · 0.80
onBtnSaveAsClickedMethod · 0.80
foreachFunction · 0.80
saveImageMethod · 0.80
copyImageMethod · 0.80
downloadRequestedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected