From 3343295d808edfb7e6010b95eecb8398f2207cde Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Thu, 1 Feb 2018 10:23:53 -0800 Subject: Fix a bunch of compiler warnings in the qtbase examples Change-Id: Id0c615aa72d4f4c5941cfa5ca258c3114694ef67 Reviewed-by: Gabriel de Dietrich --- examples/widgets/graphicsview/elasticnodes/node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/widgets/graphicsview/elasticnodes/node.h') 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; -- cgit v1.2.3