diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-12-30 21:19:15 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-30 16:13:09 -0800 |
commit | 4f4857f19f57393481e6eda7c8a1d174ed395e5f (patch) | |
tree | b1984c5a547b02c89cf7d87336b24666f1bfecba /qt-ui/profile | |
parent | c7a5d816839d05dd97eac5bec6fa3e095479510b (diff) | |
download | subsurface-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.h | 2 |
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; |