diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-12-30 21:25:23 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-30 16:13:41 -0800 |
commit | 3e239c7e3e8eac0911f8b3ccc67db032e8e56297 (patch) | |
tree | f0d50fd9875b2fe5db6969981040809231aabd16 /qt-ui/profile/profilewidget2.h | |
parent | 4f4857f19f57393481e6eda7c8a1d174ed395e5f (diff) | |
download | subsurface-3e239c7e3e8eac0911f8b3ccc67db032e8e56297.tar.gz |
Add the instantMeanDepth on Scene
But nothing is hoocked yet.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/profilewidget2.h')
-rw-r--r-- | qt-ui/profile/profilewidget2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/profile/profilewidget2.h b/qt-ui/profile/profilewidget2.h index 5a612d983..f35d07186 100644 --- a/qt-ui/profile/profilewidget2.h +++ b/qt-ui/profile/profilewidget2.h @@ -179,6 +179,7 @@ private: DiveLineItem *mouseFollowerHorizontal; RulerItem2 *rulerItem; TankItem *tankItem; + InstantMeanDepthLine *instantMeanDepth; bool isGrayscale; bool printMode; |