| 372 | } |
| 373 | |
| 374 | void NetHackQtYnDialog::AltChoice(char ans, char res) |
| 375 | { |
| 376 | if (ans && !strchr(alt_answer, ans)) { |
| 377 | (void) strkitten(alt_answer, ans); |
| 378 | (void) strkitten(alt_result, res); |
| 379 | } |
| 380 | } |
| 381 | |
| 382 | void NetHackQtYnDialog::keyPressEvent(QKeyEvent *event) |
| 383 | { |
nothing calls this directly
no test coverage detected