aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Boddie <[email protected]>2025-06-10 15:43:22 +0200
committerDavid Boddie <[email protected]>2025-06-21 10:11:55 +0200
commit991d9607b5b61d96126efe3eddc131419533d581 (patch)
treec8490666c72a434e877e68481729ade7299ebfd1
parentf680527e69e1ffaf625de830b761241e4e52433d (diff)
Doc: Fix self-referencing "see also" linksHEADdev
Pick-to: 6.9 6.10 Change-Id: I6837d9b63a0b0252b13c53e74a534749f82a3193 Reviewed-by: Shawn Rutledge <[email protected]>
-rw-r--r--src/quick/items/qquickgraphicsconfiguration.cpp2
-rw-r--r--src/quick/util/qquickpath.cpp2
-rw-r--r--src/quicktemplates/qquickdial.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/quick/items/qquickgraphicsconfiguration.cpp b/src/quick/items/qquickgraphicsconfiguration.cpp
index 7c11cfc3cd..d25195b7fb 100644
--- a/src/quick/items/qquickgraphicsconfiguration.cpp
+++ b/src/quick/items/qquickgraphicsconfiguration.cpp
@@ -728,7 +728,7 @@ bool QQuickGraphicsConfiguration::isAutomaticPipelineCacheEnabled() const
\since 6.5
- \sa pipelineCacheLoadFile(), setPipelineCacheSaveFile()
+ \sa pipelineCacheLoadFile(), pipelineCacheSaveFile()
*/
void QQuickGraphicsConfiguration::setPipelineCacheSaveFile(const QString &filename)
{
diff --git a/src/quick/util/qquickpath.cpp b/src/quick/util/qquickpath.cpp
index 6909ab7a72..3b69a4384b 100644
--- a/src/quick/util/qquickpath.cpp
+++ b/src/quick/util/qquickpath.cpp
@@ -2826,7 +2826,7 @@ void QQuickPathPercent::setValue(qreal value)
}
\endqml
- \sa Path, PathQuad, PathCubic, PathArc, PathAngleArc, PathCurve, PathSvg, PathMove, PathPolyline
+ \sa Path, PathQuad, PathCubic, PathArc, PathAngleArc, PathCurve, PathSvg, PathMove
*/
/*!
diff --git a/src/quicktemplates/qquickdial.cpp b/src/quicktemplates/qquickdial.cpp
index 1bebbc1c30..df5e611a9d 100644
--- a/src/quicktemplates/qquickdial.cpp
+++ b/src/quicktemplates/qquickdial.cpp
@@ -602,7 +602,7 @@ void QQuickDial::setStartAngle(qreal startAngle)
The \l endAngle has to be bigger than the \l startAngle, smaller than 720
and smaller or equal than the \l startAngle + 360 degrees.
- \sa endAngle, angle
+ \sa startAngle, angle
*/
qreal QQuickDial::endAngle() const
{