| 4334 | ); |
| 4335 | } |
| 4336 | void NetHackQtGlyphs::drawCell(QPainter& painter, int glyph, int cellx, int celly) |
| 4337 | { |
| 4338 | drawGlyph(painter,glyph,cellx*width(),celly*height()); |
| 4339 | } |
| 4340 | void NetHackQtGlyphs::setSize(int w, int h) |
| 4341 | { |
| 4342 | if ( size == QSize(w,h) ) |
no outgoing calls
no test coverage detected