void NetHackQtWindow::PrintGlyphCompose(int x,int y,int,int) { puts("unexpected PrintGlyphCompose"); }
| 1474 | void NetHackQtWindow::PrintGlyph(int x,int y,int glyph) { puts("unexpected PrintGlyph"); } |
| 1475 | //void NetHackQtWindow::PrintGlyphCompose(int x,int y,int,int) { puts("unexpected PrintGlyphCompose"); } |
| 1476 | void NetHackQtWindow::UseRIP(int how, time_t when) { puts("unexpected UseRIP"); } |
| 1477 | |
| 1478 | |
| 1479 |
no test coverage detected