diff options
| author | Paul Wicking <paul.wicking@qt.io> | 2024-08-20 09:36:38 +0200 |
|---|---|---|
| committer | Paul Wicking <paul.wicking@qt.io> | 2024-08-20 10:48:23 +0000 |
| commit | a464ff5bfa15201de64d05121dc192dbd4655890 (patch) | |
| tree | bc861af3a8e6ccaf2ed6a20afaa8c9977ad72957 /src/quick/util/qquickpath.cpp | |
| parent | f9dc5415a14dc77f9489fba92e742f6e28b3c7d0 (diff) | |
Doc: Replace \instantiates with \nativetype
Since the implementation of the `\nativetype`-command in QDoc,
the `\instantiates`-command is deprecated. Replace the use of the
deprecated command in favor of its replacement.
Pick-to: 6.8
Task-number: QTBUG-128216
Change-Id: I23d9f66d3f6db2e5f827d7868497a432bb9b0626
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'src/quick/util/qquickpath.cpp')
| -rw-r--r-- | src/quick/util/qquickpath.cpp | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/quick/util/qquickpath.cpp b/src/quick/util/qquickpath.cpp index ce911796d9..7b7d5a33cc 100644 --- a/src/quick/util/qquickpath.cpp +++ b/src/quick/util/qquickpath.cpp @@ -16,7 +16,7 @@ QT_BEGIN_NAMESPACE /*! \qmltype PathElement - \instantiates QQuickPathElement + \nativetype QQuickPathElement \inqmlmodule QtQuick \ingroup qtquick-animation-paths \brief PathElement is the base path type. @@ -30,7 +30,7 @@ QT_BEGIN_NAMESPACE /*! \qmltype Path - \instantiates QQuickPath + \nativetype QQuickPath \inqmlmodule QtQuick \ingroup qtquick-animation-paths \brief Defines a path for use by \l PathView and \l Shape. @@ -1122,7 +1122,7 @@ bool QQuickCurve::hasRelativeY() /*! \qmltype PathAttribute - \instantiates QQuickPathAttribute + \nativetype QQuickPathAttribute \inqmlmodule QtQuick \ingroup qtquick-animation-paths \brief Specifies how to set an attribute at a given position in a Path. @@ -1239,7 +1239,7 @@ void QQuickPathAttribute::setValue(qreal value) /*! \qmltype PathLine - \instantiates QQuickPathLine + \nativetype QQuickPathLine \inqmlmodule QtQuick \ingroup qtquick-animation-paths \brief Defines a straight line. @@ -1298,7 +1298,7 @@ void QQuickPathLine::addToPath(QPainterPath &path, const QQuickPathData &data) /*! \qmltype PathMove - \instantiates QQuickPathMove + \nativetype QQuickPathMove \inqmlmodule QtQuick \ingroup qtquick-animation-paths \brief Moves the Path's position. @@ -1356,7 +1356,7 @@ void QQuickPathMove::addToPath(QPainterPath &path, const QQuickPathData &data) /*! \qmltype PathQuad - \instantiates QQuickPathQuad + \nativetype QQuickPathQuad \inqmlmodule QtQuick \ingroup qtquick-animation-paths \brief Defines a quadratic Bezier curve with a control point. @@ -1508,7 +1508,7 @@ void QQuickPathQuad::addToPath(QPainterPath &path, const QQuickPathData &data) /*! \qmltype PathCubic - \instantiates QQuickPathCubic + \nativetype QQuickPathCubic \inqmlmodule QtQuick \ingroup qtquick-animation-paths \brief Defines a cubic Bezier curve with two control points. @@ -1732,7 +1732,7 @@ void QQuickPathCubic::addToPath(QPainterPath &path, const QQuickPathData &data) /*! \qmltype PathCurve - \instantiates QQuickPathCatmullRomCurve + \nativetype QQuickPathCatmullRomCurve \inqmlmodule QtQuick \ingroup qtquick-animation-paths \brief Defines a point on a Catmull-Rom curve. @@ -1878,7 +1878,7 @@ void QQuickPathCatmullRomCurve::addToPath(QPainterPath &path, const QQuickPathDa /*! \qmltype PathArc - \instantiates QQuickPathArc + \nativetype QQuickPathArc \inqmlmodule QtQuick \ingroup qtquick-animation-paths \brief Defines an arc with the given radius. @@ -2089,7 +2089,7 @@ void QQuickPathArc::addToPath(QPainterPath &path, const QQuickPathData &data) /*! \qmltype PathAngleArc - \instantiates QQuickPathAngleArc + \nativetype QQuickPathAngleArc \inqmlmodule QtQuick \ingroup qtquick-animation-paths \brief Defines an arc with the given radii and center. @@ -2262,7 +2262,7 @@ void QQuickPathAngleArc::addToPath(QPainterPath &path, const QQuickPathData &) /*! \qmltype PathSvg - \instantiates QQuickPathSvg + \nativetype QQuickPathSvg \inqmlmodule QtQuick \ingroup qtquick-animation-paths \brief Defines a path using an SVG path data string. @@ -2316,7 +2316,7 @@ void QQuickPathSvg::addToPath(QPainterPath &path, const QQuickPathData &) /*! \qmltype PathRectangle - \instantiates QQuickPathRectangle + \nativetype QQuickPathRectangle \inqmlmodule QtQuick \ingroup qtquick-animation-paths \brief Defines a rectangle with optionally rounded corners. @@ -2578,7 +2578,7 @@ void QQuickPathRectangle::addToPath(QPainterPath &path, const QQuickPathData &da /*! \qmltype PathPercent - \instantiates QQuickPathPercent + \nativetype QQuickPathPercent \inqmlmodule QtQuick \ingroup qtquick-animation-paths \brief Manipulates the way a path is interpreted. @@ -2673,7 +2673,7 @@ void QQuickPathPercent::setValue(qreal value) /*! \qmltype PathPolyline - \instantiates QQuickPathPolyline + \nativetype QQuickPathPolyline \inqmlmodule QtQuick \ingroup qtquick-animation-paths \brief Defines a polyline through a list of coordinates. @@ -2781,7 +2781,7 @@ void QQuickPathPolyline::addToPath(QPainterPath &path, const QQuickPathData &/*d /*! \qmltype PathMultiline - \instantiates QQuickPathMultiline + \nativetype QQuickPathMultiline \inqmlmodule QtQuick \ingroup qtquick-animation-paths \brief Defines a set of polylines through a list of lists of coordinates. @@ -2932,7 +2932,7 @@ void QQuickPathMultiline::addToPath(QPainterPath &path, const QQuickPathData &) /*! \qmltype PathText - \instantiates QQuickPathText + \nativetype QQuickPathText \inqmlmodule QtQuick \ingroup qtquick-animation-paths \brief Defines a string in a specified font. |
