summaryrefslogtreecommitdiffstats
path: root/examples/charts/zoomlinechart/chart.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/zoomlinechart/chart.h')
-rw-r--r--examples/charts/zoomlinechart/chart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/charts/zoomlinechart/chart.h b/examples/charts/zoomlinechart/chart.h
index b49c4c54..3ea75938 100644
--- a/examples/charts/zoomlinechart/chart.h
+++ b/examples/charts/zoomlinechart/chart.h
@@ -43,7 +43,7 @@ class Chart : public QChart
//![1]
{
public:
- explicit Chart(QGraphicsItem *parent = 0, Qt::WindowFlags wFlags = 0);
+ explicit Chart(QGraphicsItem *parent = nullptr, Qt::WindowFlags wFlags = {});
~Chart();
protected: