mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-19 01:58:15 +02:00
Fix stack manager warning
This commit is contained in:
parent
b7478c4594
commit
4fb72667b6
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ void myMessageHandler(QtMsgType type, const QMessageLogContext &context, const Q
|
|||
case QtFatalMsg:
|
||||
fprintf(stdout, "Fatal: %s\n", qPrintable(msg));
|
||||
txt += msg;
|
||||
default:
|
||||
fprintf(stdout, "UnknownMsgType: %s\n", qPrintable(msg));
|
||||
txt += msg;
|
||||
}
|
||||
|
||||
if (outStream) {
|
||||
|
|
Loading…
Reference in a new issue