summaryrefslogtreecommitdiffstats
path: root/examples/widgets/graphicsview/elasticnodes/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/graphicsview/elasticnodes/node.h')
-rw-r--r--examples/widgets/graphicsview/elasticnodes/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/graphicsview/elasticnodes/node.h b/examples/widgets/graphicsview/elasticnodes/node.h
index 487ae0d68e..cd2ca84194 100644
--- a/examples/widgets/graphicsview/elasticnodes/node.h
+++ b/examples/widgets/graphicsview/elasticnodes/node.h
@@ -73,7 +73,7 @@ public:
int type() const override { return Type; }
void calculateForces();
- bool advance();
+ bool advanceNext();
QRectF boundingRect() const override;
QPainterPath shape() const override;