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

Method setBackground

launcher/ui/ColorCache.h:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 void setBackground(QColor back)
32 {
33 if(m_back != back)
34 {
35 m_back = back;
36 recolorAll();
37 }
38 }
39
40 QColor getFront(int key)
41 {

Callers 1

rowsInsertedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected