MCPcopy Index your code
hub / github.com/NetHack/NetHack / doAbout

Method doAbout

win/Qt/qt_main.cpp:1045–1048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1043}
1044
1045void 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;

Callers

nothing calls this directly

Calls 1

aboutMsgFunction · 0.70

Tested by

no test coverage detected