mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:13:28 +02:00
Merge pull request #1162 from birarda/assignment
fix for some new warnings in qt 5.2
This commit is contained in:
commit
2c07e87cc8
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