mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 09:33:36 +02:00
Merge pull request #1163 from birarda/assignment
use default to catch unknown Qt message types
This commit is contained in:
commit
1db19da989
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