1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

Revert "Add missing emit ready()"

This reverts commit cc336e9d45f1f466251a43696c8a9417d0d272bf.
This commit is contained in:
Christian Muehlhaeuser 2013-05-27 12:10:09 +02:00
parent b6549b310d
commit 18a2184e57

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();
}