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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particles/qquickellipseextruder_p.h b/src/particles/qquickellipseextruder_p.h
index a8b73f3c66..c46b5faaad 100644
--- a/src/particles/qquickellipseextruder_p.h
+++ b/src/particles/qquickellipseextruder_p.h
@@ -21,7 +21,7 @@ QT_BEGIN_NAMESPACE
class Q_QUICKPARTICLES_PRIVATE_EXPORT QQuickEllipseExtruder : public QQuickParticleExtruder
{
Q_OBJECT
- Q_PROPERTY(bool fill READ fill WRITE setFill NOTIFY fillChanged FINAL)//###Use base class? If it's still box
+ Q_PROPERTY(bool fill READ fill WRITE setFill NOTIFY fillChanged)//###Use base class? If it's still box
QML_NAMED_ELEMENT(EllipseShape)
QML_ADDED_IN_VERSION(2, 0)
public: