1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-16 22:08:17 +01:00

Log QtInfoMsg too

This commit is contained in:
Dominik Schmidt 2018-10-30 19:43:54 +01:00
parent 4375c8e0c4
commit 60672e2d0c

View File

@ -142,6 +142,10 @@ TomahawkLogHandler( QtMsgType type, const QMessageLogContext& context, const QSt
log( message, LOGTHIRDPARTY );
break;
case QtInfoMsg:
log( message, 0 );
break;
case QtCriticalMsg:
log( message, 0 );
break;