Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/tools/assistant/lib/qhelpsearchengine.cpp

    r769 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    264264
    265265    After starting the indexing process the signal indexingStarted() is emitted and
    266     on the end of the indexing process the indexingFinished() is emited. To stop
     266    on the end of the indexing process the indexingFinished() is emitted. To stop
    267267    the indexing one can call cancelIndexing().
    268268
     
    270270    thru its index for a given term. To do this one may use the possibility of creating the
    271271    QHelpSearchQuery list by self or reuse the QHelpSearchQueryWidget which has the inbuild
    272     functionality to set up a proper search querys list that get's passed to the search engines
     272    functionality to set up a proper search queries list that get's passed to the search engines
    273273    search() function.
    274274
    275275    After the list of querys has been passed to the search engine, the signal searchingStarted()
    276     is emited and after the search has finished the searchingFinished() signal is emited. The
     276    is emitted and after the search has finished the searchingFinished() signal is emitted. The
    277277    search process can be stopped by calling cancelSearching().
    278278
     
    319319    The QHelpEngine's setupFinished() signal is automatically connected to the
    320320    QHelpSearchEngine's indexing function, so that new documentation will be indexed
    321     after the signal is emited.
     321    after the signal is emitted.
    322322*/
    323323QHelpSearchEngine::QHelpSearchEngine(QHelpEngineCore *helpEngine, QObject *parent)
     
    435435
    436436/*!
    437     Starts the search process using the given list of querys \a queryList
     437    Starts the search process using the given list of queries \a queryList
    438438    build by the search field name and the values to search for.
    439439*/
Note: See TracChangeset for help on using the changeset viewer.