3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-05-01 04:43:03 +02:00

fix warning in stack manager

This commit is contained in:
Brad Hefta-Gaub 2016-01-06 15:48:00 -08:00
parent 8b9c2cde63
commit b0b13fc523

View file

@ -77,6 +77,8 @@ void myMessageHandler(QtMsgType type, const QMessageLogContext &context, const Q
fprintf(stdout, "Fatal: %s\n", qPrintable(msg));
txt += msg;
break;
default:
break;
}
if (outStream) {