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

Method clearUserAreas

src/qhexedit.cpp:359–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359void QHexEdit::clearUserAreas()
360{
361 _colorManager->clearUserAreas();
362 refresh();
363}
364
365// ********************************************************************** Utility functions
366void QHexEdit::ensureVisible()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected