diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-02-27 15:20:03 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-27 10:48:47 -0800 |
commit | 35e102b1760a8aa4c589fedeada3914fa54a4d64 (patch) | |
tree | f76252e26a6b80ecd887fcfdf2fc303505aeb669 /qt-ui/profile/profilewidget2.h | |
parent | 250653a67f11517acd52fd0e933de03452d96031 (diff) | |
download | subsurface-35e102b1760a8aa4c589fedeada3914fa54a4d64.tar.gz |
New profile: add the RulerItem
This patch adds the RulerItem inside of the new profile, and already takes
settings into consideration.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/profile/profilewidget2.h b/qt-ui/profile/profilewidget2.h index 2b5d19d71..e8246980d 100644 --- a/qt-ui/profile/profilewidget2.h +++ b/qt-ui/profile/profilewidget2.h @@ -16,6 +16,7 @@ #include "graphicsview-common.h" #include "divelineitem.h" +class RulerItem2; struct dive; struct plot_info; class ToolTipItem; @@ -101,6 +102,7 @@ private: PartialPressureGasItem *po2GasItem; DiveCartesianAxis *heartBeatAxis; DiveHeartrateItem *heartBeatItem; + RulerItem2 *rulerItem; }; #endif // PROFILEWIDGET2_H |