MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / resumeDebugOutput

Method resumeDebugOutput

src/DebugManager.cpp:69–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void DebugManager::resumeDebugOutput()
70{
71 for (DebugOutputHandler handler : *handlers) {
72 for (const QString &msg : *buffered_debug_output) {
73 handler(msg);
74 }
75 }
76
77 buffered_debug_output->clear();
78
79 qInstallMessageHandler(debug_manager_handler);
80}
81
82void DebugManager::addMessageHandler(DebugOutputHandler handler)
83{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected