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

Function myMessageOutputDisable

src/main.cpp:90–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void myMessageOutputDisable(QtMsgType type, const QMessageLogContext &context, const QString &msg)
91{
92
93 Q_UNUSED(type);
94 Q_UNUSED(context);
95 Q_UNUSED(msg);
96}
97
98#define OUTVAR(var) o<< "\n" << # var << ":" << var ;
99#define OUTIF() if(!quiet) o<< "\n"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected