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

Method url

lib/extensionsystem/pluginspec.cpp:244–247  ·  view source on GitHub ↗

! The plugin URL where you can find more information about the plugin. This is valid after the PluginSpec::Read state is reached. */

Source from the content-addressed store, hash-verified

242 This is valid after the PluginSpec::Read state is reached.
243*/
244QString PluginSpec::url() const
245{
246 return d->url;
247}
248
249/*!
250 The category that the plugin belongs to. Categories are groups of plugins which allow for keeping them together in the UI.

Callers 9

updateMethod · 0.80
eventFilterMethod · 0.80
onCommentPageLoadedMethod · 0.80
setupWebActionsMethod · 0.80
onLoadedMethod · 0.80
createTabMethod · 0.80
DownloadWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected