Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
237
void QHexEdit::setHighlighting(bool highlighting)
238
{
239
_highlighting = highlighting;
240
viewport()->update();
241
}
242
243
bool QHexEdit::highlighting()
244
{
Callers
2
readSettings
Method · 0.80
save
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected