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

Method setHighlighting

src/qhexedit.cpp:237–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237void QHexEdit::setHighlighting(bool highlighting)
238{
239 _highlighting = highlighting;
240 viewport()->update();
241}
242
243bool QHexEdit::highlighting()
244{

Callers 2

readSettingsMethod · 0.80
saveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected