1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-14 04:51:53 +02:00

* Fixed emitting indexReady after rebuilding the Lucene index.

This commit is contained in:
Christian Muehlhaeuser 2011-02-03 13:25:06 +01:00
parent 6b05f993bc
commit a23d7c33af

View File

@ -44,6 +44,7 @@ void
FuzzyIndex::endIndexing()
{
m_mutex.unlock();
emit indexReady();
}