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

Method setForeground

launcher/ui/ColorCache.h:22–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 void setForeground(QColor front)
23 {
24 if(m_front != front)
25 {
26 m_front = front;
27 recolorAll();
28 }
29 }
30
31 void setBackground(QColor back)
32 {

Callers 2

refreshFontPreviewMethod · 0.80
rowsInsertedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected