MCPcopy Create free account
hub / github.com/codestation/qcma / noMessageOutput

Function noMessageOutput

gui/main.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34#include "mainwidget.h"
35
36static 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
44static bool setup_handlers()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected