summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-21 23:55:58 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-22 06:01:02 +0200
commit1e2325f0dc39df3c91b7d74c7837961a0e12884e (patch)
treeafa2f73d70c14c0e7744af7daac15411163a285a /src/corelib/tools
parent19da4897afc6338d8ea6711d3e2b26afc3d3b3e3 (diff)
Fix some qdoc warnings: typos and qdoc syntax
Change-Id: Idf5c1490330e0f2e5d4bcf920eb03fc9993b3c8a Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qmargins.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qmargins.cpp b/src/corelib/tools/qmargins.cpp
index d914124280..a238032f65 100644
--- a/src/corelib/tools/qmargins.cpp
+++ b/src/corelib/tools/qmargins.cpp
@@ -315,7 +315,7 @@ QT_BEGIN_NAMESPACE
\relates QMargins
Returns a QMargins object that is formed from the maximum of each
- component of \a m2 and a m1.
+ component of \a m2 and \a m1.
\sa QMargins::operator+=(), QMargins::operator-=()
@@ -668,7 +668,7 @@ QDebug operator<<(QDebug dbg, const QMargins &m)
\overload
Returns a QMarginsF object that is formed from the maximum of each
- component of \a m2 and a m1.
+ component of \a m2 and \a m1.
\sa QMarginsF::operator+=(), QMarginsF::operator-=()