summaryrefslogtreecommitdiffstats
path: root/src/charts/qchartview.h
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2017-09-24 23:54:54 +0200
committerKevin Funk <kevin.funk@kdab.com>2017-09-29 20:04:02 +0000
commit2a74ffa1721d512f1c22a3d33af0ddbbdf953a90 (patch)
tree2fdba81f3bfab73323d652cf1cbee0bc56340b08 /src/charts/qchartview.h
parentcca401d422961afe561111aceb926ea95944d87d (diff)
Replace Q_NULLPTR with nullptr
Change-Id: I991b606cab434d02546173778eb3fbf755ea7727 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/charts/qchartview.h')
-rw-r--r--src/charts/qchartview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charts/qchartview.h b/src/charts/qchartview.h
index 84b269fb..1cf719b3 100644
--- a/src/charts/qchartview.h
+++ b/src/charts/qchartview.h
@@ -59,8 +59,8 @@ public:
Q_DECLARE_FLAGS(RubberBands, RubberBand)
- explicit QChartView(QWidget *parent = Q_NULLPTR);
- explicit QChartView(QChart *chart, QWidget *parent = Q_NULLPTR);
+ explicit QChartView(QWidget *parent = nullptr);
+ explicit QChartView(QChart *chart, QWidget *parent = nullptr);
~QChartView();
void setRubberBand(const RubberBands &rubberBands);