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

Method getSelectionEnd

src/qhexedit.cpp:1065–1068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1063}
1064
1065qint64 QHexEdit::getSelectionEnd()
1066{
1067 return _bSelectionEnd;
1068}
1069
1070// ********************************************************************** Private utility functions
1071bool QHexEdit::event(QEvent *event)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected