Changeset 846 for trunk/tools/assistant/lib/qhelpenginecore.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/tools/assistant/lib/qhelpenginecore.cpp
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 120 120 QHelpGlobal::uniquifyConnectionName(info.fileName, this), this); 121 121 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!") 123 123 .arg(absFileName, reader->errorMessage())); 124 124 continue; … … 407 407 /*! 408 408 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. 411 412 412 413 \sa customFilters(), removeCustomFilter() … … 706 707 707 708 /*! 708 Returns a description of the last error that occur ed.709 Returns a description of the last error that occured. 709 710 */ 710 711 QString QHelpEngineCore::error() const
Note:
See TracChangeset
for help on using the changeset viewer.