diff options
author | Topi Reinio <topi.reinio@digia.com> | 2015-04-10 11:43:01 (GMT) |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-04-11 10:08:42 (GMT) |
commit | 35c968f8582783884936d9e8e8421d75c369b172 (patch) | |
tree | d8bbbe0d22c5a6deef97c74839025bcff0bdb9ab /src/gui/image | |
parent | 9895339de8da4234805c795477b729316210a295 (diff) | |
download | Qt-35c968f8582783884936d9e8e8421d75c369b172.zip Qt-35c968f8582783884936d9e8e8421d75c369b172.tar.gz Qt-35c968f8582783884936d9e8e8421d75c369b172.tar.bz2 |
Doc: Update obsolete external URLs
Update external URLs in the documentation for links where the
resource is still available online.
Change-Id: I99e5d6d7e030f93c3fe8d31cf300077e2897649e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Diffstat (limited to 'src/gui/image')
-rw-r--r-- | src/gui/image/qimagereader.cpp | 2 | ||||
-rw-r--r-- | src/gui/image/qpixmapcache.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/image/qimagereader.cpp b/src/gui/image/qimagereader.cpp index 3e86fe9..0dd7c0c 100644 --- a/src/gui/image/qimagereader.cpp +++ b/src/gui/image/qimagereader.cpp @@ -1480,7 +1480,7 @@ QByteArray QImageReader::imageFormat(QIODevice *device) \l{QtSvg Module}{SVG Module}. TGA support only extends to reading non-RLE compressed files. In particular - calls to \l{http://doc.qt.nokia.com/4.7-snapshot/qimageioplugin.html#capabilities}{capabilities} + calls to \l{http://doc.qt.io/qt-4.8/qimageioplugin.html#capabilities}{capabilities} for the tga plugin returns only QImageIOPlugin::CanRead, not QImageIOPlugin::CanWrite. To configure Qt with GIF support, pass \c -qt-gif to the \c diff --git a/src/gui/image/qpixmapcache.cpp b/src/gui/image/qpixmapcache.cpp index 87c4153..53dbe8e 100644 --- a/src/gui/image/qpixmapcache.cpp +++ b/src/gui/image/qpixmapcache.cpp @@ -84,7 +84,7 @@ QT_BEGIN_NAMESPACE memory. The \e{Qt Quarterly} article - \l{http://qt.nokia.com/doc/qq/qq12-qpixmapcache.html}{Optimizing + \l{http://doc.qt.digia.com/qq/qq12-qpixmapcache.html}{Optimizing with QPixmapCache} explains how to use QPixmapCache to speed up applications by caching the results of painting. |