mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-24 22:46:03 +02:00
Add missing emit ready()
This commit is contained in:
committed by
Michael Zanetti
parent
04a1f4e595
commit
5272cd5f9e
@@ -182,6 +182,7 @@ InfoSystem::init()
|
||||
QMetaObject::invokeMethod( worker, "init", Qt::QueuedConnection, Q_ARG( Tomahawk::InfoSystem::InfoSystemCache*, cache ) );
|
||||
|
||||
m_inited = true;
|
||||
emit ready();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user