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

Method updateCursor

src/qhexedit.cpp:1170–1177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1168}
1169
1170void QHexEdit::updateCursor()
1171{
1172 if (_blink)
1173 _blink = false;
1174 else
1175 _blink = true;
1176 viewport()->update(_cursorRect);
1177}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected