mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 19:33:01 +02:00
fix warning in stack manager
This commit is contained in:
parent
8b9c2cde63
commit
b0b13fc523
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,8 @@ void myMessageHandler(QtMsgType type, const QMessageLogContext &context, const Q
|
||||||
fprintf(stdout, "Fatal: %s\n", qPrintable(msg));
|
fprintf(stdout, "Fatal: %s\n", qPrintable(msg));
|
||||||
txt += msg;
|
txt += msg;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (outStream) {
|
if (outStream) {
|
||||||
|
|
Loading…
Reference in a new issue