| 1043 | } |
| 1044 | |
| 1045 | void NetHackQtMainWindow::doAbout(bool) |
| 1046 | { |
| 1047 | QMessageBox::about(this, "About NetHack-Qt", aboutMsg()); |
| 1048 | } |
| 1049 | |
| 1050 | // on OSX, "quit nethack" has been selected in the application menu or |
| 1051 | // "Command+Q" has been typed -- user is asking to quit the application; |
nothing calls this directly
no test coverage detected