Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
void NetHackQtMessageWindow::ClearMessages()
78
{
79
if (list)
80
list->clear();
81
}
82
83
void NetHackQtMessageWindow::Display(bool block)
84
{
Callers
1
qt_putmsghistory
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected