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

Method choose

outdated/win/Qt3/qt3_win.cpp:4610–4617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4608}
4609
4610int NetHackQtSavedGameSelector::choose()
4611{
4612#if defined(QWS) // probably safe with Qt 3, too (where show!=exec in QDialog).
4613 if ( qt_compact_mode )
4614 showMaximized();
4615#endif
4616 return exec()-2;
4617}
4618
4619void NetHackQtBind::qt_askname()
4620{

Callers 1

qt_asknameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected