| 26 | static QPlainTextEdit *output = Q_NULLPTR; |
| 27 | |
| 28 | static void debugLogDockMessageHandler(const QString &msg) |
| 29 | { |
| 30 | output->appendPlainText(msg); |
| 31 | } |
| 32 | |
| 33 | DebugLogDock::DebugLogDock(QWidget *parent) : |
| 34 | QDockWidget(parent), |
nothing calls this directly
no outgoing calls
no test coverage detected