summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qpixelformat.cpp
diff options
context:
space:
mode:
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