diff options
Diffstat (limited to 'profile-widget/divecartesianaxis.h')
-rw-r--r-- | profile-widget/divecartesianaxis.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profile-widget/divecartesianaxis.h b/profile-widget/divecartesianaxis.h index d22dc3e1f..a72e53f6c 100644 --- a/profile-widget/divecartesianaxis.h +++ b/profile-widget/divecartesianaxis.h @@ -84,6 +84,7 @@ public: private: QString textForValue(double value) const override; QColor colorForValue(double value) const override; + int unitSystem; private slots: void settingsChanged(); |