1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

Don't hard depend on Pipeline

This commit is contained in:
Uwe L. Korn 2014-10-26 23:52:39 +01:00
parent 51f4e1d394
commit 492a6c0a0d

View File

@ -34,7 +34,8 @@ DatabaseCommand_Resolve::DatabaseCommand_Resolve( const query_ptr& query )
: DatabaseCommand()
, m_query( query )
{
Q_ASSERT( Pipeline::instance()->isRunning() );
// FIXME: We need to run tests of this DbCmd without a Pipeline
// Q_ASSERT( Pipeline::instance()->isRunning() );
}