summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-06-18 13:11:18 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-06-21 14:23:30 +0000
commit8bd73ad989e5850b48941c7d286181c6b394b05a (patch)
tree74c01ce34e0e6f3d0d99b03b5ef191e4d4199b4e /src/gui
parentf415f50619ceedff05bcf97336cf05374130a2a7 (diff)
Doc: Add missing full stops in briefs
Task-number: QTBUG-68933 Change-Id: I3f2a9f8c562f9a44bb32bddd31d75abbfe6de04d Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/kernel/qpixelformat.cpp2
-rw-r--r--src/gui/kernel/qrasterwindow.cpp2
-rw-r--r--src/gui/opengl/qopenglfunctions_es2.cpp2
-rw-r--r--src/gui/painting/qpagesize.cpp2
-rw-r--r--src/gui/text/qplatformfontdatabase.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/kernel/qpixelformat.cpp b/src/gui/kernel/qpixelformat.cpp
index c132a1418e..c28fe7ac63 100644
--- a/src/gui/kernel/qpixelformat.cpp
+++ b/src/gui/kernel/qpixelformat.cpp
@@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE
\inmodule QtGui
\since 5.4
\brief QPixelFormat is a class for describing different pixel
- layouts in graphics buffers
+ layouts in graphics buffers.
In Qt there is a often a need to represent the layout of the pixels in a
graphics buffer. Internally QPixelFormat stores everything in a 64 bit
diff --git a/src/gui/kernel/qrasterwindow.cpp b/src/gui/kernel/qrasterwindow.cpp
index d06fee62cf..c88654e794 100644
--- a/src/gui/kernel/qrasterwindow.cpp
+++ b/src/gui/kernel/qrasterwindow.cpp
@@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE
\class QRasterWindow
\inmodule QtGui
\since 5.4
- \brief QRasterWindow is a convenience class for using QPainter on a QWindow
+ \brief QRasterWindow is a convenience class for using QPainter on a QWindow.
QRasterWindow is a QWindow with a raster-based, non-OpenGL surface. On top of
the functionality offered by QWindow, QRasterWindow adds a virtual
diff --git a/src/gui/opengl/qopenglfunctions_es2.cpp b/src/gui/opengl/qopenglfunctions_es2.cpp
index 59e275dce1..dd2b3af80b 100644
--- a/src/gui/opengl/qopenglfunctions_es2.cpp
+++ b/src/gui/opengl/qopenglfunctions_es2.cpp
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
\inmodule QtGui
\since 5.1
\wrapper
- \brief The QOpenGLFunctions_ES2 class provides all functions for OpenGL ES 2
+ \brief The QOpenGLFunctions_ES2 class provides all functions for OpenGL ES 2.
This class is a wrapper for OpenGL ES 2 functions. See reference pages on
\l {http://www.khronos.org/opengles/sdk/docs/man/}{khronos.org} for
diff --git a/src/gui/painting/qpagesize.cpp b/src/gui/painting/qpagesize.cpp
index 9cbe6ef911..a1c9f6e417 100644
--- a/src/gui/painting/qpagesize.cpp
+++ b/src/gui/painting/qpagesize.cpp
@@ -908,7 +908,7 @@ QSize QPageSizePrivate::sizePixels(int resolution) const
\class QPageSize
\inmodule QtGui
\since 5.3
- \brief The QPageSize class describes the size and name of a defined page size
+ \brief The QPageSize class describes the size and name of a defined page size.
This class implements support for the set of standard page sizes as defined
in the Adobe Postscript PPD Standard v4.3. It defines the standard set of
diff --git a/src/gui/text/qplatformfontdatabase.cpp b/src/gui/text/qplatformfontdatabase.cpp
index d89805d18e..a911014a19 100644
--- a/src/gui/text/qplatformfontdatabase.cpp
+++ b/src/gui/text/qplatformfontdatabase.cpp
@@ -264,7 +264,7 @@ bool QSupportedWritingSystems::supported(QFontDatabase::WritingSystem writingSys
/*!
\class QSupportedWritingSystems
\brief The QSupportedWritingSystems class is used when registering fonts with the internal Qt
- fontdatabase
+ fontdatabase.
\ingroup painting
\inmodule QtGui