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

Method manageDebugOutput

src/DebugManager.cpp:47–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46
47void DebugManager::manageDebugOutput()
48{
49 // Just to be safe, restore the original message handler
50 qInstallMessageHandler(0);
51
52 // Clear the list if it was ever used previously
53 handlers->clear();
54
55 // Install our own custom handler
56 original = qInstallMessageHandler(debug_manager_handler);
57}
58
59void DebugManager::pauseDebugOutput()
60{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected