1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-15 10:33:59 +02:00

Revert "Add missing emit ready()"

This reverts commit cc336e9d45.
This commit is contained in:
Christian Muehlhaeuser
2013-05-27 12:10:09 +02:00
committed by Michael Zanetti
parent 1ba923fd21
commit cba83e5225

View File

@@ -182,7 +182,6 @@ InfoSystem::init()
QMetaObject::invokeMethod( worker, "init", Qt::QueuedConnection, Q_ARG( Tomahawk::InfoSystem::InfoSystemCache*, cache ) );
m_inited = true;
emit ready();
}