diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-07-29 16:34:57 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-29 13:06:19 -0700 |
commit | 078332bae1263ebc9419ab7a818e1d727406beab (patch) | |
tree | 9869ac44e057f82f64201a77883fd3a8c6b2ac8d /qt-ui/profile/divecartesianaxis.h | |
parent | 936f057ddc963d9ea0e60c94c261275deca85458 (diff) | |
download | subsurface-078332bae1263ebc9419ab7a818e1d727406beab.tar.gz |
Change the Ruler text values when metric system changes.
"ups", as I did this in Metric system I forgot to update
to imperial when the user selected it.
Fixes #665
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/divecartesianaxis.h')
-rw-r--r-- | qt-ui/profile/divecartesianaxis.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qt-ui/profile/divecartesianaxis.h b/qt-ui/profile/divecartesianaxis.h index e7fa68cc3..77e2697cc 100644 --- a/qt-ui/profile/divecartesianaxis.h +++ b/qt-ui/profile/divecartesianaxis.h @@ -83,9 +83,6 @@ protected: private slots: void settingsChanged(); - -private: - bool showWithPPGraph; }; class TimeAxis : public DiveCartesianAxis { |