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:
parent
51f4e1d394
commit
492a6c0a0d
@ -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() );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user