summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-12-07 16:36:01 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-12-07 16:36:01 (GMT)
commitaa4b28cbe52eedfe898da04958339509b1d173bc (patch)
tree9716be40e88a1cde93cb5aee28c91e8b50f0cb74 /src
parent2c55c106839a4ba1a9d9c1d3f6f6cf7e835ccc1d (diff)
downloadQt-aa4b28cbe52eedfe898da04958339509b1d173bc.zip
Qt-aa4b28cbe52eedfe898da04958339509b1d173bc.tar.gz
Qt-aa4b28cbe52eedfe898da04958339509b1d173bc.tar.bz2
Doc: Fixed a link to the correct searchPaths() function.
Diffstat (limited to 'src')
-rw-r--r--src/corelib/io/qresource.cpp2
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