mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-03 12:47:45 +02:00
* Use utf8 in TLog.
This commit is contained in:
@@ -192,6 +192,6 @@ TLog::TLog( unsigned int debugLevel )
|
|||||||
|
|
||||||
TLog::~TLog()
|
TLog::~TLog()
|
||||||
{
|
{
|
||||||
log( m_msg.toLocal8Bit().data(), m_debugLevel );
|
log( m_msg.toUtf8().data(), m_debugLevel );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user