diff -r 56cd8111b7f7 -r 41300fa6a67c tools/assistant/lib/qhelpsearchindexreader.cpp --- a/tools/assistant/lib/qhelpsearchindexreader.cpp Tue Jan 26 12:42:25 2010 +0200 +++ b/tools/assistant/lib/qhelpsearchindexreader.cpp Tue Feb 02 00:43:10 2010 +0200 @@ -83,7 +83,7 @@ start(QThread::NormalPriority); } -int QHelpSearchIndexReader::hitsCount() const +int QHelpSearchIndexReader::hitCount() const { QMutexLocker lock(&mutex); return hitList.count();