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

Method has

launcher/icons/MMCIcon.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73bool MMCIcon::has(IconType _type) const
74{
75 return m_images[_type].present();
76}
77
78QIcon MMCIcon::icon() const
79{

Callers 3

directoryChangedMethod · 0.45
iconFileExistsMethod · 0.45
deleteIconMethod · 0.45

Calls 1

presentMethod · 0.80

Tested by

no test coverage detected