| 456 | } |
| 457 | |
| 458 | void NetHackQtMapViewport::updateTiles() |
| 459 | { |
| 460 | change.clear(); |
| 461 | change.add(0, 0, COLNO, ROWNO); |
| 462 | delete rogue_font; rogue_font = NULL; |
| 463 | } |
| 464 | |
| 465 | QSize NetHackQtMapViewport::sizeHint() const |
| 466 | { |
nothing calls this directly
no test coverage detected