From ebb342c969fab99d1c497b24f5511ebb427cdc92 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Mon, 13 Apr 2020 19:41:30 +0200 Subject: cleanup: turn protected into private members Some profilewidget classes hat protected members which can be made private as there is no subclassing. Signed-off-by: Berthold Stoeger --- profile-widget/diveprofileitem.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'profile-widget/diveprofileitem.h') diff --git a/profile-widget/diveprofileitem.h b/profile-widget/diveprofileitem.h index 36f6e5980..df46b6e12 100644 --- a/profile-widget/diveprofileitem.h +++ b/profile-widget/diveprofileitem.h @@ -183,10 +183,8 @@ public slots: void recalc(); -protected: - ProfileWidget2 *profileWidget; - private: + ProfileWidget2 *profileWidget; bool is3mIncrement; }; -- cgit v1.2.3-70-g09d2