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