summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qpixelformat.h
diff options
context:
space:
mode:
authorAxel Rasmussen <axel.rasmussen1@gmail.com>2014-07-07 19:50:12 -0600
committerAxel Rasmussen <axel.rasmussen1@gmail.com>2014-07-14 23:03:18 +0200
commit6d87e3ed40173eac8c275d5926266359d53c74c7 (patch)
tree70030ce65657dbfd163f17e562de38902f4589e2 /src/gui/kernel/qpixelformat.h
parent8e69a039216459d8a09d344b24b91d0e4f0585d2 (diff)
Rename QPixelFormat enum value to avoid conflict with X.h.
This commit fixes a potential compile error where pixelformat.h would not compile if X.h from x11proto was included first, since X.h #define's GrayScale as an integer constant. Task-number: QTBUG-40087 Change-Id: I7208a204259c6d3a13b5d0cbc98a76bb54b8b494 Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
Diffstat (limited to 'src/gui/kernel/qpixelformat.h')
-rw-r--r--src/gui/kernel/qpixelformat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qpixelformat.h b/src/gui/kernel/qpixelformat.h
index b020a53e6d..0e5df679f8 100644
--- a/src/gui/kernel/qpixelformat.h
+++ b/src/gui/kernel/qpixelformat.h
@@ -53,7 +53,7 @@ public:
RGB,
BGR,
Indexed,
- GrayScale,
+ Grayscale,
CMYK,
HSL,
HSV,
@@ -360,7 +360,7 @@ QPixelFormatRgb::QPixelFormatRgb(uchar red,
Q_DECL_CONSTEXPR
QPixelFormatGrayScale::QPixelFormatGrayScale(uchar channelSize,
TypeInterpretation typeInt) Q_DECL_NOTHROW
- : QPixelFormat(GrayScale,
+ : QPixelFormat(Grayscale,
channelSize,
0,
0,