summaryrefslogtreecommitdiffstats
path: root/src/gui/image/image.pri
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-04-30 12:23:34 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2016-07-14 21:50:46 +0000
commitf222206e8d20649cf349d541dc90c37b6a00c780 (patch)
treec3c5e96a39fe77d8a84a1cb53b858c34f2e7158e /src/gui/image/image.pri
parent39da34853f8a835ebdb2df3cf52b69496a37731a (diff)
Remove unused NativeImage
Only the static method systemFormat of NativeImage was used, and only from raster pixmaps for default formats. This patch moves the method to qpixmap_raster.cpp. Change-Id: Ic3cb673775693ea0595bad5e5f267a8dd1e8b0ec Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> Reviewed-by: Robin Burchell <robin.burchell@viroteck.net> Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/gui/image/image.pri')
-rw-r--r--src/gui/image/image.pri2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/image/image.pri b/src/gui/image/image.pri
index 657b57c0cd..378256516c 100644
--- a/src/gui/image/image.pri
+++ b/src/gui/image/image.pri
@@ -11,7 +11,6 @@ HEADERS += \
image/qimagereader.h \
image/qimagewriter.h \
image/qmovie.h \
- image/qnativeimage_p.h \
image/qpaintengine_pic_p.h \
image/qpicture.h \
image/qpicture_p.h \
@@ -45,7 +44,6 @@ SOURCES += \
image/qmovie.cpp \
image/qpixmap_raster.cpp \
image/qpixmap_blitter.cpp \
- image/qnativeimage.cpp \
image/qimagepixmapcleanuphooks.cpp \
image/qicon.cpp \
image/qiconloader.cpp \