| 34 | #include "mainwidget.h" |
| 35 | |
| 36 | static void noMessageOutput(QtMsgType type, const QMessageLogContext &ctx, const QString &str) |
| 37 | { |
| 38 | Q_UNUSED(type); |
| 39 | Q_UNUSED(ctx); |
| 40 | Q_UNUSED(str); |
| 41 | } |
| 42 | |
| 43 | #ifndef Q_OS_WIN32 |
| 44 | static bool setup_handlers() |
nothing calls this directly
no outgoing calls
no test coverage detected