summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimage.h
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2024-03-01 19:48:10 +0100
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2024-04-05 14:41:31 +0200
commiteca0512b0862630cb1be9a66e280a52f59413221 (patch)
tree78584e6608e1ffedb4dbe1415e1e29657ed56b93 /src/gui/image/qimage.h
parent157c9eef48916c3e11f43ffb0fe8e8030bed8d06 (diff)
QImage: remove the last mentions of Format_CMYK32
Change-Id: I8ef63d7f3f14f16111a7e45e07734c10e448984c Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/gui/image/qimage.h')
-rw-r--r--src/gui/image/qimage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/image/qimage.h b/src/gui/image/qimage.h
index a60dacb701..1208e9ae67 100644
--- a/src/gui/image/qimage.h
+++ b/src/gui/image/qimage.h
@@ -76,7 +76,6 @@ public:
Format_RGBA32FPx4,
Format_RGBA32FPx4_Premultiplied,
Format_CMYK8888,
- Format_CMYK32 = Format_CMYK8888,
#ifndef Q_QDOC
NImageFormats
#endif