summaryrefslogtreecommitdiffstats
path: root/src/gui/image/image.pri
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>2012-02-29 12:28:03 +0200
committerQt by Nokia <qt-info@nokia.com>2012-02-29 17:39:01 +0100
commitd87edf4e3e850d36c9d091b7bb62d9d0a481ad9f (patch)
treef8feebf61286c8e6c3f1c0328eec380a340413af /src/gui/image/image.pri
parent3b80f1c4d582953da925e9f690a87a3af3158546 (diff)
Remove internal class QVolatileImage.
This made sense only for Symbian where there was a special CFbsBitmap-based backend present and it was used from the Symbian-specific VG and GL pixmap implementations. The generic version is merely a useless wrapper over QImage and is not in use anywhere in the codebase. Change-Id: I1dabe22dfb8cbbc35dce8e22703a3aff810fb5f9 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com> Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/gui/image/image.pri')
-rw-r--r--src/gui/image/image.pri7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gui/image/image.pri b/src/gui/image/image.pri
index f83e7e60c9..34a33aa0f0 100644
--- a/src/gui/image/image.pri
+++ b/src/gui/image/image.pri
@@ -23,8 +23,6 @@ HEADERS += \
image/qpixmapcache_p.h \
image/qplatformpixmap_qpa.h \
image/qimagepixmapcleanuphooks_p.h \
- image/qvolatileimage_p.h \
- image/qvolatileimagedata_p.h
SOURCES += \
image/qbitmap.cpp \
@@ -42,13 +40,10 @@ SOURCES += \
image/qpixmap_raster.cpp \
image/qpixmap_blitter.cpp \
image/qnativeimage.cpp \
- image/qimagepixmapcleanuphooks.cpp \
- image/qvolatileimage.cpp
+ image/qimagepixmapcleanuphooks.cpp
win32: SOURCES += image/qpixmap_win.cpp
-SOURCES += image/qvolatileimagedata.cpp
-
# Built-in image format support
HEADERS += \
image/qbmphandler_p.h \