Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1039
void NetHackQtMainWindow::doQtSettings(bool)
1040
{
1041
centerOnMain(qt_settings);
1042
qt_settings->show();
1043
}
1044
1045
void NetHackQtMainWindow::doAbout(bool)
1046
{
Callers
nothing calls this directly
Calls
2
centerOnMain
Function · 0.70
show
Method · 0.45
Tested by
no test coverage detected