From 30230dce1027a6a0d0bad5e09581e6130cc78a62 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Mon, 1 Apr 2019 23:11:19 +0200 Subject: Cleanup: remove all Q_NULLPTR instances It expands to nullptr anyway and is inconsitent with the rest of the code. Let's remove this anachronism. Signed-off-by: Berthold Stoeger --- profile-widget/tankitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profile-widget') diff --git a/profile-widget/tankitem.cpp b/profile-widget/tankitem.cpp index 2bbcdc1a7..ff05ec1d0 100644 --- a/profile-widget/tankitem.cpp +++ b/profile-widget/tankitem.cpp @@ -31,7 +31,7 @@ TankItem::TankItem(QObject *parent) : trimixGradient.setColorAt(1.0, red); trimix = trimixGradient; air = blue; - hAxis = Q_NULLPTR; + hAxis = nullptr; memset(&diveCylinderStore, 0, sizeof(diveCylinderStore)); } -- cgit v1.2.3-70-g09d2