mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Don't use Logger from TomahawkSettings ctor.
This commit is contained in:
@@ -1528,7 +1528,6 @@ TomahawkSettings::setPrivateListeningMode( TomahawkSettings::PrivateListeningMod
|
|||||||
void
|
void
|
||||||
TomahawkSettings::updateIndex()
|
TomahawkSettings::updateIndex()
|
||||||
{
|
{
|
||||||
tDebug() << Q_FUNC_INFO;
|
|
||||||
if ( !Database::instance() || !Database::instance()->isReady() )
|
if ( !Database::instance() || !Database::instance()->isReady() )
|
||||||
{
|
{
|
||||||
QTimer::singleShot( 0, this, SLOT( updateIndex() ) );
|
QTimer::singleShot( 0, this, SLOT( updateIndex() ) );
|
||||||
|
Reference in New Issue
Block a user