diff options
Diffstat (limited to 'profile-widget/profilewidget2.h')
-rw-r--r-- | profile-widget/profilewidget2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile-widget/profilewidget2.h b/profile-widget/profilewidget2.h index ebaa52696..4d47cb622 100644 --- a/profile-widget/profilewidget2.h +++ b/profile-widget/profilewidget2.h @@ -118,7 +118,6 @@ slots: // Necessary to call from QAction's signals. void addSetpointChange(); void splitDive(); void addBookmark(); - void addDivemodeSwitch(); void hideEvents(); void unhideEvents(); void removeEvent(); @@ -175,6 +174,7 @@ private: const double *thresholdSettingsMin, const double *thresholdSettingsMax); void clearPictures(); void plotPicturesInternal(const struct dive *d, bool synchronous); + void addDivemodeSwitch(int seconds, int divemode); private: DivePlotDataModel *dataModel; int zoomLevel; |