| 357 | } |
| 358 | |
| 359 | void QHexEdit::clearUserAreas() |
| 360 | { |
| 361 | _colorManager->clearUserAreas(); |
| 362 | refresh(); |
| 363 | } |
| 364 | |
| 365 | // ********************************************************************** Utility functions |
| 366 | void QHexEdit::ensureVisible() |
nothing calls this directly
no outgoing calls
no test coverage detected