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

Function buffer_debug_output

src/DebugManager.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27QtMessageHandler original = Q_NULLPTR;
28
29static void buffer_debug_output(QtMsgType type, const QMessageLogContext &context, const QString &msg)
30{
31 buffered_debug_output->append(qFormatLogMessage(type, context, msg));
32
33 original(type, context, msg);
34}
35
36static void debug_manager_handler(QtMsgType type, const QMessageLogContext &context, const QString &msg)
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected