mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Don't hard depend on Pipeline
This commit is contained in:
@@ -34,7 +34,8 @@ DatabaseCommand_Resolve::DatabaseCommand_Resolve( const query_ptr& query )
|
|||||||
: DatabaseCommand()
|
: DatabaseCommand()
|
||||||
, m_query( query )
|
, 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() );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user