diff options
author | David Boddie <david.boddie@nokia.com> | 2010-12-07 16:36:01 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-12-07 16:36:01 (GMT) |
commit | aa4b28cbe52eedfe898da04958339509b1d173bc (patch) | |
tree | 9716be40e88a1cde93cb5aee28c91e8b50f0cb74 /src/corelib/io | |
parent | 2c55c106839a4ba1a9d9c1d3f6f6cf7e835ccc1d (diff) | |
download | Qt-aa4b28cbe52eedfe898da04958339509b1d173bc.zip Qt-aa4b28cbe52eedfe898da04958339509b1d173bc.tar.gz Qt-aa4b28cbe52eedfe898da04958339509b1d173bc.tar.bz2 |
Doc: Fixed a link to the correct searchPaths() function.
Diffstat (limited to 'src/corelib/io')
-rw-r--r-- | src/corelib/io/qresource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qresource.cpp b/src/corelib/io/qresource.cpp index ce9c57e..b45710c 100644 --- a/src/corelib/io/qresource.cpp +++ b/src/corelib/io/qresource.cpp @@ -187,7 +187,7 @@ Q_GLOBAL_STATIC(QStringList, resourceSearchPaths) A QResource can either be loaded with an absolute path, either treated as a file system rooted with a \c{/} character, or in resource notation rooted with a \c{:} character. A relative resource can also be opened - which will be found through the searchPaths(). + which will be found in the list of paths returned by QDir::searchPaths(). A QResource that is representing a file will have data backing it, this data can possibly be compressed, in which case qUncompress() must be |