| 23 | |
| 24 | |
| 25 | void 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" |
nothing calls this directly
no outgoing calls
no test coverage detected