| 25 | bool adjustRowAndOffset(int &row, machine::Address address); |
| 26 | |
| 27 | [[nodiscard]] inline const QFont *getFont() const { |
| 28 | return &data_font; |
| 29 | } |
| 30 | |
| 31 | [[nodiscard]] inline machine::Address getIndex0Offset() const { |
| 32 | return index0_offset; |
nothing calls this directly
no outgoing calls
no test coverage detected