mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 07:07:05 +02:00
* Remove wonky assert.
This commit is contained in:
@@ -136,7 +136,6 @@ Database::enqueue( const QSharedPointer<DatabaseCommand>& lc )
|
|||||||
DatabaseImpl*
|
DatabaseImpl*
|
||||||
Database::impl()
|
Database::impl()
|
||||||
{
|
{
|
||||||
Q_ASSERT( m_ready );
|
|
||||||
QMutexLocker lock( &m_mutex );
|
QMutexLocker lock( &m_mutex );
|
||||||
|
|
||||||
QThread* thread = QThread::currentThread();
|
QThread* thread = QThread::currentThread();
|
||||||
|
Reference in New Issue
Block a user