dont explicitly reset search when starting new one: less flashing
This commit is contained in:
parent
8a18c7bdd8
commit
88cb434177
1 changed files with 0 additions and 1 deletions
|
@ -768,7 +768,6 @@ void RclMain::rebuildIndex()
|
||||||
void RclMain::startSearch(RefCntr<Rcl::SearchData> sdata)
|
void RclMain::startSearch(RefCntr<Rcl::SearchData> sdata)
|
||||||
{
|
{
|
||||||
LOGDEB(("RclMain::startSearch. Indexing %s\n", m_idxproc?"on":"off"));
|
LOGDEB(("RclMain::startSearch. Indexing %s\n", m_idxproc?"on":"off"));
|
||||||
emit searchReset();
|
|
||||||
m_source = RefCntr<DocSequence>();
|
m_source = RefCntr<DocSequence>();
|
||||||
|
|
||||||
// The db may have been closed at the end of indexing
|
// The db may have been closed at the end of indexing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue