dont explicitly reset search when starting new one: less flashing

This commit is contained in:
Jean-Francois Dockes 2012-11-23 13:37:07 +01:00
parent 8a18c7bdd8
commit 88cb434177

View file

@ -768,7 +768,6 @@ void RclMain::rebuildIndex()
void RclMain::startSearch(RefCntr<Rcl::SearchData> sdata)
{
LOGDEB(("RclMain::startSearch. Indexing %s\n", m_idxproc?"on":"off"));
emit searchReset();
m_source = RefCntr<DocSequence>();
// The db may have been closed at the end of indexing