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:
parent
ca22cfd31d
commit
4f26b805d7
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user