summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qrect.cpp
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2020-07-30 13:21:37 +0200
committerOliver Wolff <oliver.wolff@qt.io>2020-08-05 05:13:30 +0000
commitf4093d02ff387956de4cd2662cc2d4e0e6d3fda4 (patch)
treeb2583dad5f7b45f11ebd110c0592798510e2f932 /src/corelib/tools/qrect.cpp
parented991b7d15c097bb5e9f20f6d9875b4f82df1d12 (diff)
Fix "rectange" typos in qtbase
Pick-to: 5.15 Change-Id: If064fae5eaaeb2e53e3dd05cb9dc1cdf49ad1f04 Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
Diffstat (limited to 'src/corelib/tools/qrect.cpp')
-rw-r--r--src/corelib/tools/qrect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qrect.cpp b/src/corelib/tools/qrect.cpp
index 4aa9897b5d..2bdf1094da 100644
--- a/src/corelib/tools/qrect.cpp
+++ b/src/corelib/tools/qrect.cpp
@@ -81,7 +81,7 @@ QT_BEGIN_NAMESPACE
position, and the translated() function returns a translated copy
of this rectangle.
- The size() function returns the rectange's dimensions as a
+ The size() function returns the rectangle's dimensions as a
QSize. The dimensions can also be retrieved separately using the
width() and height() functions. To manipulate the dimensions use
the setSize(), setWidth() or setHeight() functions. Alternatively,
@@ -1326,7 +1326,7 @@ QDebug operator<<(QDebug dbg, const QRect &r)
current position, and the translated() function returns a
translated copy of this rectangle.
- The size() function returns the rectange's dimensions as a
+ The size() function returns the rectangle's dimensions as a
QSizeF. The dimensions can also be retrieved separately using the
width() and height() functions. To manipulate the dimensions use
the setSize(), setWidth() or setHeight() functions. Alternatively,