mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-10-04 17:41:42 +02:00
Cleanup
This commit is contained in:
@@ -1305,7 +1305,7 @@ TomahawkSettings::updateIndex()
|
||||
DatabaseCommand* cmd = new DatabaseCommand_UpdateSearchIndex();
|
||||
Database::instance()->enqueue( QSharedPointer<DatabaseCommand>( cmd ) );
|
||||
|
||||
QTimer::singleShot( 2000, this, SLOT( updateIndex() ) );
|
||||
QTimer::singleShot( 5000, this, SLOT( updateIndex() ) );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user