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

Method ClearMessages

win/Qt/qt_msg.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void NetHackQtMessageWindow::ClearMessages()
78{
79 if (list)
80 list->clear();
81}
82
83void NetHackQtMessageWindow::Display(bool block)
84{

Callers 1

qt_putmsghistoryMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected