更新代码
This commit is contained in:
@@ -34,7 +34,7 @@ void Log(QtMsgType type, const char *msg)
|
||||
content = QString("Debug %1").arg(msg);
|
||||
}
|
||||
break;
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(5,0,0))
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(5,5,0))
|
||||
case QtInfoMsg:
|
||||
if ((msgType & MsgType_Info) == MsgType_Info) {
|
||||
content = QString("Infox %1").arg(msg);
|
||||
|
||||
Reference in New Issue
Block a user