aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/graph/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/scenegraph/graph/graph.h')
-rw-r--r--examples/quick/scenegraph/graph/graph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/scenegraph/graph/graph.h b/examples/quick/scenegraph/graph/graph.h
index e32e657e0e..428f877049 100644
--- a/examples/quick/scenegraph/graph/graph.h
+++ b/examples/quick/scenegraph/graph/graph.h
@@ -62,7 +62,7 @@ public:
protected:
QSGNode *updatePaintNode(QSGNode *, UpdatePaintNodeData *);
- void geometryChanged(const QRectF &newGeometry, const QRectF &oldGeometry);
+ void geometryChange(const QRectF &newGeometry, const QRectF &oldGeometry);
public slots:
void appendSample(qreal value);