mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
add default and QtTraceMsg to switch to avoid warnings
This commit is contained in:
parent
891648b3ca
commit
bfe7c82232
1 changed files with 4 additions and 0 deletions
|
@ -80,6 +80,10 @@ const char* stringForLogType(QtMsgType msgType) {
|
|||
return "FATAL";
|
||||
case QtWarningMsg:
|
||||
return "WARNING";
|
||||
case QtTraceMsg:
|
||||
return "TRACE";
|
||||
default:
|
||||
return "UNKNOWN";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue