1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-01 14:42:25 +02:00

Fix warning

This commit is contained in:
Jeff Mitchell 2012-06-29 10:07:38 -04:00
parent ca22cfd31d
commit 4f26b805d7

View File

@ -45,9 +45,9 @@ using namespace Tomahawk;
DBSyncConnection::DBSyncConnection( Servent* s, const source_ptr& src )
: Connection( s )
, m_fetchCount( 0 )
, m_source( src )
, m_state( UNKNOWN )
, m_fetchCount( 0 )
{
qDebug() << Q_FUNC_INFO << src->id() << thread();