diff options
Diffstat (limited to 'profile-widget/profilewidget2.h')
-rw-r--r-- | profile-widget/profilewidget2.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/profile-widget/profilewidget2.h b/profile-widget/profilewidget2.h index 2731898eb..b60fc030e 100644 --- a/profile-widget/profilewidget2.h +++ b/profile-widget/profilewidget2.h @@ -253,8 +253,7 @@ private: #endif friend class DiveHandler; QHash<Qt::Key, QAction *> actionsForKeys; - bool shouldCalculateMaxTime; - bool shouldCalculateMaxDepth; + bool shouldCalculateMax; // Calculate maximum time and depth (default). False when dragging handles. int maxtime; int maxdepth; double fontPrintScale; |