MCPcopy Create free account
hub / github.com/Atarity/Lightpack / Icon

Method Icon

Software/src/Plugin.cpp:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73
74QIcon Plugin::Icon() const {
75 QFileInfo f(_icon);
76 if (f.exists())
77 return QIcon(_icon);
78 return QIcon(":/icons/plugins.png");
79}
80
81
82int Plugin::getPriority() const {

Callers 2

foreachFunction · 0.80
pluginSwitchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected