mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Implement the mean depth text
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
343b82708e
commit
7f1373ea6d
2 changed files with 21 additions and 1 deletions
|
|
@ -94,6 +94,8 @@ public:
|
|||
virtual void settingsChanged();
|
||||
|
||||
private:
|
||||
void createTextItem();
|
||||
double lastRunningSum;
|
||||
QString visibilityKey;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue