summaryrefslogtreecommitdiff
path: root/src/corelib/io/qresource.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-02-23 10:28:39 +0100
committerMartin Smith <msmith@trolltech.com>2010-02-23 10:28:39 +0100
commit0a1a01ea6e6496d79a59cd9b5f845d56fa1e53d6 (patch)
tree40d3cb986e8e1b9ce944af9fbe1210139a406601 /src/corelib/io/qresource.cpp
parent6e9015a71645fa5da09cbd6240b45e1472a2c1ea (diff)
downloadqt4-tools-0a1a01ea6e6496d79a59cd9b5f845d56fa1e53d6.tar.gz
doc: Added \obsolete.
Task: QTBUG-8083
Diffstat (limited to 'src/corelib/io/qresource.cpp')
-rw-r--r--src/corelib/io/qresource.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/corelib/io/qresource.cpp b/src/corelib/io/qresource.cpp
index adfbb151f5..6d33c8bf38 100644
--- a/src/corelib/io/qresource.cpp
+++ b/src/corelib/io/qresource.cpp
@@ -555,16 +555,15 @@ QStringList QResource::children() const
/*!
\obsolete
+ Use QDir::addSearchPath() with a prefix instead.
+
Adds \a path to the search paths searched in to find resources that are
not specified with an absolute path. The \a path must be an absolute
path (start with \c{/}).
The default search path is to search only in the root (\c{:/}). The last
path added will be consulted first upon next QResource creation.
-
- Use QDir::addSearchPath() with a prefix instead.
*/
-
void
QResource::addSearchPath(const QString &path)
{
@@ -578,6 +577,10 @@ QResource::addSearchPath(const QString &path)
}
/*!
+ \obsolete
+
+ Use QDir::searchPaths() instead.
+
Returns the current search path list. This list is consulted when
creating a relative resource.