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

Function debugLogDockMessageHandler

src/docks/DebugLogDock.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26static QPlainTextEdit *output = Q_NULLPTR;
27
28static void debugLogDockMessageHandler(const QString &msg)
29{
30 output->appendPlainText(msg);
31}
32
33DebugLogDock::DebugLogDock(QWidget *parent) :
34 QDockWidget(parent),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected