1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 20:00:13 +02:00

* Use utf8 in TLog.

This commit is contained in:
Christian Muehlhaeuser
2013-05-07 04:24:22 +02:00
parent 64cf40ce8f
commit a79eb6e560

View File

@@ -192,6 +192,6 @@ TLog::TLog( unsigned int debugLevel )
TLog::~TLog()
{
log( m_msg.toLocal8Bit().data(), m_debugLevel );
log( m_msg.toUtf8().data(), m_debugLevel );
}