tools/assistant/lib/qhelpindexwidget.cpp
changeset 30 5dc02b23752f
parent 18 2f34d5167611
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
   242 {
   242 {
   243     if (onShutDown)
   243     if (onShutDown)
   244         disconnect(this, SLOT(insertIndices()));
   244         disconnect(this, SLOT(insertIndices()));
   245     d->indexProvider->stopCollecting();
   245     d->indexProvider->stopCollecting();
   246     d->indices.clear();
   246     d->indices.clear();
   247     filter(QString());
   247     if (!onShutDown)
       
   248         filter(QString());
   248 }
   249 }
   249 
   250 
   250 /*!
   251 /*!
   251     Creates a new index by querying the help system for
   252     Creates a new index by querying the help system for
   252     keywords for the specified \a customFilterName.
   253     keywords for the specified \a customFilterName.