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/qhelpenginecore.cpp

    r769 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    120120            QHelpGlobal::uniquifyConnectionName(info.fileName, this), this);
    121121        if (!reader->init()) {
    122             emit q->warning(tr("Cannot open documentation file %1: %2!")
     122            emit q->warning(tr("Cannot open documentation file %1: %2!")
    123123                .arg(absFileName, reader->errorMessage()));
    124124            continue;
     
    407407/*!
    408408    Adds the new custom filter \a filterName. The filter attributes
    409     are specified by \a attributes. The function returns false if
    410     the filter can not be added, e.g. when the filter already exists.
     409    are specified by \a attributes. If the filter already exists,
     410    its attribute set is replaced. The function returns true if
     411    the operation succeeded, otherwise it returns false.
    411412
    412413    \sa customFilters(), removeCustomFilter()
     
    706707
    707708/*!
    708     Returns a description of the last error that occured.
     709    Returns a description of the last error that occured.
    709710*/
    710711QString QHelpEngineCore::error() const
Note: See TracChangeset for help on using the changeset viewer.