| 19 | } |
| 20 | |
| 21 | void QHexDelegate::renderAddress(quint64 address, QTextCharFormat& cf, |
| 22 | const QHexView* hexview) const { |
| 23 | Q_UNUSED(address); |
| 24 | Q_UNUSED(hexview); |
| 25 | Q_UNUSED(cf); |
| 26 | Q_UNUSED(hexview); |
| 27 | } |
| 28 | |
| 29 | void QHexDelegate::renderHeader(QTextBlockFormat& bf, |
| 30 | const QHexView* hexview) const { |