From 18a2184e57577fbeaf8afcd958b71cf181d1f663 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Mon, 27 May 2013 12:10:09 +0200 Subject: [PATCH] Revert "Add missing emit ready()" This reverts commit cc336e9d45f1f466251a43696c8a9417d0d272bf. --- src/libtomahawk/infosystem/InfoSystem.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libtomahawk/infosystem/InfoSystem.cpp b/src/libtomahawk/infosystem/InfoSystem.cpp index 4d7e8cda2..fb303cffa 100644 --- a/src/libtomahawk/infosystem/InfoSystem.cpp +++ b/src/libtomahawk/infosystem/InfoSystem.cpp @@ -182,7 +182,6 @@ InfoSystem::init() QMetaObject::invokeMethod( worker, "init", Qt::QueuedConnection, Q_ARG( Tomahawk::InfoSystem::InfoSystemCache*, cache ) ); m_inited = true; - emit ready(); }