mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
c7a5d81683
commit
4f4857f19f
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ public
|
|||
slots:
|
||||
void axisLineChanged();
|
||||
|
||||
private:
|
||||
protected:
|
||||
int meanDepth;
|
||||
DiveTextItem *leftText;
|
||||
DiveTextItem *rightText;
|
||||
|
|
Loading…
Add table
Reference in a new issue