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

Method choose

win/Qt/qt_svsel.cpp:112–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112int NetHackQtSavedGameSelector::choose()
113{
114#if defined(QWS) // probably safe with Qt 3, too (where show!=exec in QDialog).
115 if ( qt_compact_mode )
116 showMaximized();
117#endif
118 return exec() - 2;
119}
120
121} // namespace nethack_qt_

Callers 1

qt_asknameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected