summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-03-31 17:09:31 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-04-03 16:05:27 +0200
commitff36ed8c41b203ec11e23c6f7b7d8e4b048ca737 (patch)
tree8778eb0ef3604ba7295300963681141c8470a1b3 /src/corelib
parent3f783bfad93b77583de915dc35bc40b0500b9275 (diff)
Doc: Fix QLineF::IntersectionType enum name
Fixes: QTBUG-82727 Change-Id: Iaffa3b0f61debf27a9fe55775362a3f016612217 Reviewed-by: Christian Ehrlicher <ch.ehrlicher@gmx.de>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/tools/qline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qline.cpp b/src/corelib/tools/qline.cpp
index dde66ed093..3afd23d76b 100644
--- a/src/corelib/tools/qline.cpp
+++ b/src/corelib/tools/qline.cpp
@@ -374,7 +374,7 @@ QDataStream &operator>>(QDataStream &stream, QLine &line)
*/
/*!
- \enum QLineF::IntersectType
+ \enum QLineF::IntersectionType
Describes the intersection between two lines.