diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-25 15:31:15 +0200 |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-25 15:31:15 +0200 |
commit | 04a7da1d0dc68d15b3c620e902f1d9cc1e37ef20 (patch) | |
tree | 233708b67a5bd65315fd9d86837da9e038aba4ba /src/corelib/io/qresource.cpp | |
parent | e04323202c2ca99b1ec879d47af25a5d021d7647 (diff) | |
download | qt4-tools-04a7da1d0dc68d15b3c620e902f1d9cc1e37ef20.tar.gz |
Doc: Replace links to obsolete APIs.
Diffstat (limited to 'src/corelib/io/qresource.cpp')
-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 a70b92fb1c..16927ea0a5 100644 --- a/src/corelib/io/qresource.cpp +++ b/src/corelib/io/qresource.cpp @@ -575,7 +575,7 @@ QResource::addSearchPath(const QString &path) Returns the current search path list. This list is consulted when creating a relative resource. - \sa addSearchPath() + \sa QDir::addSearchPath() QDir::setSearchPaths() */ QStringList |