MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / setIcon

Method setIcon

launcher/ui/widgets/IconLabel.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void IconLabel::setIcon(QIcon icon)
21{
22 m_icon = icon;
23 update();
24}
25
26void IconLabel::paintEvent(QPaintEvent *)
27{

Callers 15

processFlameMethod · 0.45
processModrinthMethod · 0.45
loginMethod · 0.45
readyForLaunchMethod · 0.45
createMainToolbarMethod · 0.45
createNewsToolbarMethod · 0.45
createInstanceActionsMethod · 0.45
MainWindowMethod · 0.45
defaultAccountChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected