summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-12-30 21:19:15 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-12-30 16:13:09 -0800
commit4f4857f19f57393481e6eda7c8a1d174ed395e5f (patch)
treeb1984c5a547b02c89cf7d87336b24666f1bfecba /qt-ui/profile
parentc7a5d816839d05dd97eac5bec6fa3e095479510b (diff)
downloadsubsurface-4f4857f19f57393481e6eda7c8a1d174ed395e5f.tar.gz
Move stuff to protected on DepthLine
I wanna use some of it on the InstantMeanDepthLine Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile')
-rw-r--r--qt-ui/profile/diveprofileitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/profile/diveprofileitem.h b/qt-ui/profile/diveprofileitem.h
index d7e3814a6..68a6debea 100644
--- a/qt-ui/profile/diveprofileitem.h
+++ b/qt-ui/profile/diveprofileitem.h
@@ -199,7 +199,7 @@ public
slots:
void axisLineChanged();
-private:
+protected:
int meanDepth;
DiveTextItem *leftText;
DiveTextItem *rightText;