summaryrefslogtreecommitdiffstats
path: root/src/gui/image/image.pri
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@digia.com>2013-12-17 16:39:00 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-10 09:44:12 +0100
commit8bd238041e7222aea1a4ffaf8a170f8c46a72faa (patch)
treed170e94e61d69b016300e91ad72c427c8656d533 /src/gui/image/image.pri
parent0e4d94edd0caac9d2378a00a0aa961a0be3ad796 (diff)
Clean up qimage.cpp by moving all the conversions methods out
A large part of qimage.cpp is the implementation of the various conversions methods from one format to another. These methods could all be moved to a separate file to make qimage.cpp smaller, and possible later enable more aggressive optimization on the conversions. Change-Id: I355806710281b4222114cdd9c35a7c28cbc0f692 Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
Diffstat (limited to 'src/gui/image/image.pri')
-rw-r--r--src/gui/image/image.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/image/image.pri b/src/gui/image/image.pri
index fce7c6f4ec..1877f60bfd 100644
--- a/src/gui/image/image.pri
+++ b/src/gui/image/image.pri
@@ -32,6 +32,7 @@ HEADERS += \
SOURCES += \
image/qbitmap.cpp \
image/qimage.cpp \
+ image/qimage_conversions.cpp \
image/qimageiohandler.cpp \
image/qimagereader.cpp \
image/qimagewriter.cpp \