diff options
author | aavit <qt_aavit@ovi.com> | 2012-01-25 16:04:51 +0100 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-31 14:31:04 +0100 |
commit | 4fce5d1795eaf6b9911e139b7ec50292d004e269 (patch) | |
tree | 5c73da4cf0fb7f2059f50e54c1ece94762fab9d0 /src/gui/image/qimage.cpp | |
parent | bf9bdf5328172db65aafaee74d8fb9cbeaa9cc16 (diff) | |
download | qtbase-4fce5d1795eaf6b9911e139b7ec50292d004e269.tar.gz |
Moving tiff image format support and libtiff out of qtbase
The tiff plugin and bundled libtiff is moving to the qtimageformats
project on Gerrit.
Task-number: QTBUG-23887
Change-Id: I4c848232fdccddd7e7f54215f9eaa78dc4c3a53d
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/gui/image/qimage.cpp')
-rw-r--r-- | src/gui/image/qimage.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/image/qimage.cpp b/src/gui/image/qimage.cpp index 691ded4e92..e77733c984 100644 --- a/src/gui/image/qimage.cpp +++ b/src/gui/image/qimage.cpp @@ -363,7 +363,6 @@ bool QImageData::checkForAlphaPixels() const \row \o PBM \o Portable Bitmap \o Read \row \o PGM \o Portable Graymap \o Read \row \o PPM \o Portable Pixmap \o Read/write - \row \o TIFF \o Tagged Image File Format \o Read/write \row \o XBM \o X11 Bitmap \o Read/write \row \o XPM \o X11 Pixmap \o Read/write \endtable |