summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2012-09-24 18:12:43 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-26 04:03:20 +0200
commit6b6fefad48abed28df69d0fa830accbb0c8dcb4d (patch)
treeb62d78dd114839ec4890727e77ca2563cba11ca6 /src/gui
parenta798b956b9786240a06142de078f56c28962a535 (diff)
Remove duplicate words and punctuation from documentation.
Change-Id: I5550c62d412510bc2c5acceb2cae7d2f2ef6a8d3 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/kernel/qplatformtheme.cpp4
-rw-r--r--src/gui/painting/qpaintengine.cpp2
-rw-r--r--src/gui/painting/qpainter.cpp3
3 files changed, 4 insertions, 5 deletions
diff --git a/src/gui/kernel/qplatformtheme.cpp b/src/gui/kernel/qplatformtheme.cpp
index 8dba6edde6..c35b534473 100644
--- a/src/gui/kernel/qplatformtheme.cpp
+++ b/src/gui/kernel/qplatformtheme.cpp
@@ -75,13 +75,13 @@ QT_BEGIN_NAMESPACE
\value StartDragDistance (int) Start drag distance,
overriding QPlatformIntegration::styleHint.
- \value StartDragTime (int) Start drag time in ms,,
+ \value StartDragTime (int) Start drag time in ms,
overriding QPlatformIntegration::styleHint.
\value KeyboardAutoRepeatRate (int) Keyboard auto repeat rate,
overriding QPlatformIntegration::styleHint.
- \value PasswordMaskDelay (int) Pass word mask delay in ms,,
+ \value PasswordMaskDelay (int) Pass word mask delay in ms,
overriding QPlatformIntegration::styleHint.
\value StartDragVelocity (int) Velocity of a drag,
diff --git a/src/gui/painting/qpaintengine.cpp b/src/gui/painting/qpaintengine.cpp
index 167353309d..91c4e3528f 100644
--- a/src/gui/painting/qpaintengine.cpp
+++ b/src/gui/painting/qpaintengine.cpp
@@ -923,7 +923,7 @@ QPoint QPaintEngine::coordinateOffset() const
Sets the system clip for this engine. The system clip defines the
basis area that the engine has to draw in. All clips that are
- set will be be an intersection with the system clip.
+ set will be an intersection with the system clip.
Reset the systemclip to no clip by setting an empty region.
*/
diff --git a/src/gui/painting/qpainter.cpp b/src/gui/painting/qpainter.cpp
index afe638c346..380a697ac3 100644
--- a/src/gui/painting/qpainter.cpp
+++ b/src/gui/painting/qpainter.cpp
@@ -4375,8 +4375,7 @@ void QPainter::drawArc(const QRectF &r, int a, int alen)
/*!
\fn void QPainter::drawPie(const QRectF &rectangle, int startAngle, int spanAngle)
- Draws a pie defined by the given \a rectangle, \a startAngle and
- and \a spanAngle.
+ Draws a pie defined by the given \a rectangle, \a startAngle and \a spanAngle.
The pie is filled with the current brush().