aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/customgeometry/beziercurve.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/scenegraph/customgeometry/beziercurve.h')
-rw-r--r--examples/quick/scenegraph/customgeometry/beziercurve.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/scenegraph/customgeometry/beziercurve.h b/examples/quick/scenegraph/customgeometry/beziercurve.h
index c796c0e5a7..48753c2647 100644
--- a/examples/quick/scenegraph/customgeometry/beziercurve.h
+++ b/examples/quick/scenegraph/customgeometry/beziercurve.h
@@ -73,7 +73,7 @@ public:
~BezierCurve();
//! [2]
- QSGNode *updatePaintNode(QSGNode *, UpdatePaintNodeData *);
+ QSGNode *updatePaintNode(QSGNode *, UpdatePaintNodeData *) override;
//! [2]
QPointF p1() const { return m_p1; }