mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +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";
|
||||
case QtWarningMsg:
|
||||
return "WARNING";
|
||||
case QtTraceMsg:
|
||||
return "TRACE";
|
||||
default:
|
||||
return "UNKNOWN";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue