1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +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
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();
}