diff options
author | David Boddie <[email protected]> | 2025-06-10 15:43:22 +0200 |
---|---|---|
committer | David Boddie <[email protected]> | 2025-06-21 10:11:55 +0200 |
commit | 991d9607b5b61d96126efe3eddc131419533d581 (patch) | |
tree | c8490666c72a434e877e68481729ade7299ebfd1 /src/quick/util | |
parent | f680527e69e1ffaf625de830b761241e4e52433d (diff) |
Pick-to: 6.9 6.10
Change-Id: I6837d9b63a0b0252b13c53e74a534749f82a3193
Reviewed-by: Shawn Rutledge <[email protected]>
Diffstat (limited to 'src/quick/util')
-rw-r--r-- | src/quick/util/qquickpath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ /*! |