MCPcopy Create free account
hub / github.com/TASEmulators/fceux / QueueErrorMsgWindow

Method QueueErrorMsgWindow

src/drivers/Qt/ConsoleWindow.cpp:689–694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687}
688
689void consoleWin_t::QueueErrorMsgWindow( const char *msg )
690{
691 errorMsg.append( msg );
692 errorMsg.append("\n");
693 errorMsgValid = true;
694}
695
696void consoleWin_t::closeEvent(QCloseEvent *event)
697{

Callers 12

loadFromFileMethod · 0.80
execMethod · 0.80
setSymNameWithArrayMethod · 0.80
FCEUD_PrintErrorFunction · 0.80
emuSchedNiceChangeMethod · 0.80
emuSchedPrioChangeMethod · 0.80
emuSchedPolicyChangeMethod · 0.80
guiSchedNiceChangeMethod · 0.80
guiSchedPrioChangeMethod · 0.80
guiSchedPolicyChangeMethod · 0.80
showBufferWarningMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected