mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +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));
|
||||
txt += msg;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (outStream) {
|
||||
|
|
Loading…
Reference in a new issue