Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
QIcon Plugin::Icon() const {
75
QFileInfo f(_icon);
76
if (f.exists())
77
return QIcon(_icon);
78
return QIcon(
":/icons/plugins.png"
);
79
}
80
81
82
int Plugin::getPriority() const {
Callers
2
foreach
Function · 0.80
pluginSwitch
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected