summaryrefslogtreecommitdiffstats
path: root/examples/widgets/graphicsview/chip/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/graphicsview/chip/view.h')
-rw-r--r--examples/widgets/graphicsview/chip/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/graphicsview/chip/view.h b/examples/widgets/graphicsview/chip/view.h
index 89b2e813f1..ea7bd414f5 100644
--- a/examples/widgets/graphicsview/chip/view.h
+++ b/examples/widgets/graphicsview/chip/view.h
@@ -81,7 +81,7 @@ class View : public QFrame
{
Q_OBJECT
public:
- explicit View(const QString &name, QWidget *parent = 0);
+ explicit View(const QString &name, QWidget *parent = nullptr);
QGraphicsView *view() const;