MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / setFontColor

Method setFontColor

src/color_manager.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void ColoredArea::setFontColor(QColor color)
43{
44 _fontColor = QPen(color);
45}
46
47QColor ColoredArea::areaColor()
48{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected