mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:09:52 +02:00
just use default to catch unknown Qt message types
This commit is contained in:
parent
307c1be4b7
commit
5b505bcc95
1 changed files with 0 additions and 2 deletions
|
@ -80,8 +80,6 @@ const char* stringForLogType(QtMsgType msgType) {
|
||||||
return "FATAL";
|
return "FATAL";
|
||||||
case QtWarningMsg:
|
case QtWarningMsg:
|
||||||
return "WARNING";
|
return "WARNING";
|
||||||
case QtTraceMsg:
|
|
||||||
return "TRACE";
|
|
||||||
default:
|
default:
|
||||||
return "UNKNOWN";
|
return "UNKNOWN";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue