MCPcopy Create free account
hub / github.com/dannagle/PacketSender / myMessageOutputDisable

Function myMessageOutputDisable

src/mainrenderer.cpp:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25void myMessageOutputDisable(QtMsgType type, const QMessageLogContext &context, const QString &msg)
26{
27
28 Q_UNUSED(type);
29 Q_UNUSED(context);
30 Q_UNUSED(msg);
31}
32
33#define OUTVAR(var) o<< "\n" << # var << ":" << var ;
34#define OUTIF() if(!quiet) o<< "\n"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected