summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/profilewidget2.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-11 13:56:33 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-11 13:56:33 -0700
commit2b59765da3882f1564e5ae034a35c0ce35441108 (patch)
treef4d37700f4ae3ab36b4a60e3195a539e79a7344a /qt-ui/profile/profilewidget2.h
parentc4aa1f542ccbbbdc78dd3d44fe08f6410b9a5d2c (diff)
downloadsubsurface-2b59765da3882f1564e5ae034a35c0ce35441108.tar.gz
Allow the user to delete a dive computer from a dive
This can't be the only dive computer, of course. Goes nicely with the ability to reprder them. Fixes #551 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/profilewidget2.h')
-rw-r--r--qt-ui/profile/profilewidget2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/profile/profilewidget2.h b/qt-ui/profile/profilewidget2.h
index f908543d1..47e9a51b3 100644
--- a/qt-ui/profile/profilewidget2.h
+++ b/qt-ui/profile/profilewidget2.h
@@ -90,6 +90,7 @@ slots: // Necessary to call from QAction's signals.
void removeEvent();
void editName();
void makeFirstDC();
+ void deleteCurrentDC();
void pointInserted(const QModelIndex &parent, int start, int end);
void pointsRemoved(const QModelIndex &, int start, int end);
void plotPictures();