diff options
author | Geir Vattekar <geir.vattekar@nokia.com> | 2011-03-17 10:52:02 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@nokia.com> | 2011-03-17 10:52:02 (GMT) |
commit | 86724150c8117dd2fbfa117a642dce57176e5e23 (patch) | |
tree | a80afa1c6619771f39bc96011157598cac09a723 /src | |
parent | d0c50f3d57b70fee289fe1fbf2f519c3090a9934 (diff) | |
download | Qt-86724150c8117dd2fbfa117a642dce57176e5e23.zip Qt-86724150c8117dd2fbfa117a642dce57176e5e23.tar.gz Qt-86724150c8117dd2fbfa117a642dce57176e5e23.tar.bz2 |
Doc: Removed links to obsolete API in QResource
Task-number: QTBUG-15583
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/io/qresource.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/io/qresource.cpp b/src/corelib/io/qresource.cpp index d35d68e..207cda3 100644 --- a/src/corelib/io/qresource.cpp +++ b/src/corelib/io/qresource.cpp @@ -373,7 +373,7 @@ QResourcePrivate::ensureChildren() const Constructs a QResource pointing to \a file. \a locale is used to load a specific localization of a resource data. - \sa QFileInfo, searchPaths(), setFileName(), setLocale() + \sa QFileInfo, QDir::searchPaths(), setFileName(), setLocale() */ QResource::QResource(const QString &file, const QLocale &locale) : d_ptr(new QResourcePrivate(this)) @@ -418,7 +418,7 @@ QLocale QResource::locale() const /*! Sets a QResource to point to \a file. \a file can either be absolute, in which case it is opened directly, if relative then the file will be - tried to be found in searchPaths(). + tried to be found in QDir::searchPaths(). \sa absoluteFilePath() */ @@ -446,7 +446,7 @@ QString QResource::fileName() const /*! Returns the real path that this QResource represents, if the resource - was found via the searchPaths() it will be indicated in the path. + was found via the QDir::searchPaths() it will be indicated in the path. \sa fileName() */ |