| 88 | } |
| 89 | |
| 90 | void 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" |
nothing calls this directly
no outgoing calls
no test coverage detected