mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
Log QtInfoMsg too
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user