summaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/stickman/graphicsview.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/animation/stickman/graphicsview.h')
-rw-r--r--examples/widgets/animation/stickman/graphicsview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/animation/stickman/graphicsview.h b/examples/widgets/animation/stickman/graphicsview.h
index 56396bb780..361fee219d 100644
--- a/examples/widgets/animation/stickman/graphicsview.h
+++ b/examples/widgets/animation/stickman/graphicsview.h
@@ -58,7 +58,7 @@ class GraphicsView: public QGraphicsView
{
Q_OBJECT
public:
- GraphicsView(QWidget *parent = 0);
+ GraphicsView(QWidget *parent = nullptr);
protected:
void resizeEvent(QResizeEvent *event) override;