Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/corelib/io/qresource.cpp

    r651 r769  
    556556  \obsolete
    557557
     558
     559
    558560  Adds \a path to the search paths searched in to find resources that are
    559561  not specified with an absolute path. The \a path must be an absolute
     
    562564  The default search path is to search only in the root (\c{:/}). The last
    563565  path added will be consulted first upon next QResource creation.
    564 
    565   Use QDir::addSearchPath() with a prefix instead.
    566 */
    567 
     566*/
    568567void
    569568QResource::addSearchPath(const QString &path)
     
    579578
    580579/*!
     580
     581
     582
     583
    581584  Returns the current search path list. This list is consulted when
    582585  creating a relative resource.
Note: See TracChangeset for help on using the changeset viewer.