aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickellipseextruder_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/particles/qquickellipseextruder_p.h')
-rw-r--r--src/particles/qquickellipseextruder_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/particles/qquickellipseextruder_p.h b/src/particles/qquickellipseextruder_p.h
index 0af7f4d94f..c92443fedf 100644
--- a/src/particles/qquickellipseextruder_p.h
+++ b/src/particles/qquickellipseextruder_p.h
@@ -58,6 +58,7 @@ class QQuickEllipseExtruder : public QQuickParticleExtruder
{
Q_OBJECT
Q_PROPERTY(bool fill READ fill WRITE setFill NOTIFY fillChanged)//###Use base class? If it's still box
+ QML_NAMED_ELEMENT(EllipseShape)
public:
explicit QQuickEllipseExtruder(QObject *parent = 0);
QPointF extrude(const QRectF &) override;