summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qpixelformat.cpp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@digia.com>2014-08-01 16:07:48 +0200
committerAllan Sandfeld Jensen <allan.jensen@digia.com>2014-08-06 16:04:06 +0200
commit589894c072b941f07062cd9b3ebd34f0c4291fb7 (patch)
tree2b6147b182d5259cf8a3d819e0f215637cd726c9 /src/gui/kernel/qpixelformat.cpp
parent28fe4e3a864b799e4e4b9e0c2dc251f03459d85e (diff)
Be consistent in GrayScale vs Grayscale naming
The enum GrayScale was renamed Grayscale without similarly changing the helper class for the same enum. Change-Id: Ie1b34a68654f22a843ce4cfc2ddc1bf06af8dea1 Reviewed-by: Axel Rasmussen <axel.rasmussen1@gmail.com> Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
Diffstat (limited to 'src/gui/kernel/qpixelformat.cpp')
-rw-r--r--src/gui/kernel/qpixelformat.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/kernel/qpixelformat.cpp b/src/gui/kernel/qpixelformat.cpp
index 1e3345ee7a..6368e9c83e 100644
--- a/src/gui/kernel/qpixelformat.cpp
+++ b/src/gui/kernel/qpixelformat.cpp
@@ -287,19 +287,19 @@ Q_STATIC_ASSERT(sizeof(QPixelFormatRgb) == sizeof(QPixelFormat));
\sa TypeInterpretation
*/
-Q_STATIC_ASSERT(sizeof(QPixelFormatGrayScale) == sizeof(QPixelFormat));
+Q_STATIC_ASSERT(sizeof(QPixelFormatGrayscale) == sizeof(QPixelFormat));
/*!
- \class QPixelFormatGrayScale
+ \class QPixelFormatGrayscale
\inmodule QtGui
\since 5.4
- \brief QPixelFormatGrayScale is a helper class for creating pixel formats with
+ \brief QPixelFormatGrayscale is a helper class for creating pixel formats with
the gray scale color model.
- The size of QPixelFormatGrayScale is guaranteed to be the size of QPixelFormat.
+ The size of QPixelFormatGrayscale is guaranteed to be the size of QPixelFormat.
*/
/*!
- \fn QPixelFormatGrayScale::QPixelFormatGrayScale(uchar channelSize,
+ \fn QPixelFormatGrayscale::QPixelFormatGrayscale(uchar channelSize,
TypeInterpretation typeInterpretation = UnsignedInteger)
Constructor for creating a Grayscale format. Monochrome formats can be