mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 17:43:59 +02:00
* Pipeline only becomes ready when Database is entirely finished with init.
This commit is contained in:
@@ -87,7 +87,7 @@ Pipeline::~Pipeline()
|
||||
void
|
||||
Pipeline::databaseReady()
|
||||
{
|
||||
connect( Database::instance(), SIGNAL( indexReady() ), this, SLOT( start() ), Qt::QueuedConnection );
|
||||
connect( Database::instance(), SIGNAL( ready() ), this, SLOT( start() ), Qt::QueuedConnection );
|
||||
Database::instance()->loadIndex();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user