diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-25 13:31:15 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-25 13:31:15 (GMT) |
commit | 04a7da1d0dc68d15b3c620e902f1d9cc1e37ef20 (patch) | |
tree | 233708b67a5bd65315fd9d86837da9e038aba4ba /doc | |
parent | e04323202c2ca99b1ec879d47af25a5d021d7647 (diff) | |
download | Qt-04a7da1d0dc68d15b3c620e902f1d9cc1e37ef20.zip Qt-04a7da1d0dc68d15b3c620e902f1d9cc1e37ef20.tar.gz Qt-04a7da1d0dc68d15b3c620e902f1d9cc1e37ef20.tar.bz2 |
Doc: Replace links to obsolete APIs.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/paintsystem.qdoc | 4 | ||||
-rw-r--r-- | doc/src/resources.qdoc | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/doc/src/paintsystem.qdoc b/doc/src/paintsystem.qdoc index 56f60a3..a75908b 100644 --- a/doc/src/paintsystem.qdoc +++ b/doc/src/paintsystem.qdoc @@ -292,9 +292,7 @@ looking the same. Qt provides the QPicture::load() and QPicture::save() functions - for loading and saving pictures. But in addition the QPictureIO - class is provided to enable the programmer to install new picture - file formats in addition to those that Qt provides. + as well as streaming operators for loading and saving pictures. \section2 Printer diff --git a/doc/src/resources.qdoc b/doc/src/resources.qdoc index e4d4c35..6f3f939 100644 --- a/doc/src/resources.qdoc +++ b/doc/src/resources.qdoc @@ -175,7 +175,7 @@ Qt's resources support the concept of a search path list. If you then refer to a resource with \c : instead of \c :/ as the prefix, the resource will be looked up using the search path list. The search - path list is empty at startup; call QDir::addResourceSearchPath() to + path list is empty at startup; call QDir::addSearchPath() to add paths to it. If you have resources in a static library, you might need to |