MCPcopy Create free account
hub / github.com/NetHack/NetHack / doQtSettings

Method doQtSettings

win/Qt/qt_main.cpp:1039–1043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1037}
1038
1039void NetHackQtMainWindow::doQtSettings(bool)
1040{
1041 centerOnMain(qt_settings);
1042 qt_settings->show();
1043}
1044
1045void NetHackQtMainWindow::doAbout(bool)
1046{

Callers

nothing calls this directly

Calls 2

centerOnMainFunction · 0.70
showMethod · 0.45

Tested by

no test coverage detected