Changeset 769 for trunk/src/corelib/io/qresource.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/corelib/io/qresource.cpp
r651 r769 556 556 \obsolete 557 557 558 559 558 560 Adds \a path to the search paths searched in to find resources that are 559 561 not specified with an absolute path. The \a path must be an absolute … … 562 564 The default search path is to search only in the root (\c{:/}). The last 563 565 path added will be consulted first upon next QResource creation. 564 565 Use QDir::addSearchPath() with a prefix instead. 566 */ 567 566 */ 568 567 void 569 568 QResource::addSearchPath(const QString &path) … … 579 578 580 579 /*! 580 581 582 583 581 584 Returns the current search path list. This list is consulted when 582 585 creating a relative resource.
Note:
See TracChangeset
for help on using the changeset viewer.