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

Method getBack

launcher/ui/ColorCache.h:111–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 QColor getBack(MessageLevel::Enum level)
112 {
113 if(level == MessageLevel::Fatal)
114 {
115 return QColor(Qt::black);
116 }
117 return QColor(Qt::transparent);
118 }
119};

Callers

nothing calls this directly

Calls 1

QColorClass · 0.85

Tested by

no test coverage detected