summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2021-02-26 07:48:42 +0100
committerNico Vertriest <nico.vertriest@qt.io>2021-04-06 07:34:21 +0100
commit6cf92f138211fe352929a0beca30075cc96cf504 (patch)
treeba2f4c4b168198915da32c5a97baffd22d43687a /src/corelib
parenta395372ccf7b6ce5575aeec627b403c4f9af9647 (diff)
Doc: Fix link errors qtbase
Task-number: QTBUG-90662 Change-Id: I17147d149d9f222c142853805443aff94c5a5ff7 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/tools/qmargins.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qmargins.cpp b/src/corelib/tools/qmargins.cpp
index 51d20753d9..8f18528ce2 100644
--- a/src/corelib/tools/qmargins.cpp
+++ b/src/corelib/tools/qmargins.cpp
@@ -670,7 +670,7 @@ QDebug operator<<(QDebug dbg, const QMargins &m)
Returns a QMarginsF object that is formed by dividing the components of
the given \a lhs margins by the given \a rhs divisor.
- The divisor must be neither zero nor NaN.
+ The divisor must not be either zero or NaN.
\sa QMarginsF::operator*=(), QMarginsF::operator/=()
*/