diff options
Diffstat (limited to 'src/particles/qquickellipseextruder.cpp')
-rw-r--r-- | src/particles/qquickellipseextruder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particles/qquickellipseextruder.cpp b/src/particles/qquickellipseextruder.cpp index 083564e5cb..d7feccba4a 100644 --- a/src/particles/qquickellipseextruder.cpp +++ b/src/particles/qquickellipseextruder.cpp @@ -52,7 +52,7 @@ QT_BEGIN_NAMESPACE \qmlclass EllipseShape QQuickEllipseExtruder \inqmlmodule QtQuick.Particles 2 \inherits Shape - \brief The EllipseShape represents an ellipse to other particle system elements + \brief Represents an ellipse to other particle system elements This shape can be used by Emitter subclasses and Affector subclasses to have them act upon an ellipse shaped area. |