summaryrefslogtreecommitdiffstats
path: root/examples/charts/chartinteractions/chart.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/chartinteractions/chart.h')
-rw-r--r--examples/charts/chartinteractions/chart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/charts/chartinteractions/chart.h b/examples/charts/chartinteractions/chart.h
index 9da392e5..2ab2430b 100644
--- a/examples/charts/chartinteractions/chart.h
+++ b/examples/charts/chartinteractions/chart.h
@@ -39,7 +39,7 @@ class Chart : public QChart
{
Q_OBJECT
public:
- explicit Chart(QGraphicsItem *parent = 0, Qt::WindowFlags wFlags = 0, QLineSeries *series = 0);
+ explicit Chart(QGraphicsItem *parent = nullptr, Qt::WindowFlags wFlags = {}, QLineSeries *series = nullptr);
~Chart();
public slots: