summaryrefslogtreecommitdiffstats
path: root/qt-ui/divelistview.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-10-17 21:50:08 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-17 20:19:50 -0700
commited2862844958a6a849a8930263b65106e77df3a7 (patch)
treead38145bebf09acf2419e97ac19293124192b57f /qt-ui/divelistview.h
parent8259b1a59aa679a65df2130d507fcccab9fa4fe1 (diff)
downloadsubsurface-ed2862844958a6a849a8930263b65106e77df3a7.tar.gz
Added 'Save As' option on the dive list menu.
This adds the 'Save As' option on the dive list, very straigth forward, just simple and beauty. tested and working. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelistview.h')
-rw-r--r--qt-ui/divelistview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/divelistview.h b/qt-ui/divelistview.h
index 9c468f342..9e0713b49 100644
--- a/qt-ui/divelistview.h
+++ b/qt-ui/divelistview.h
@@ -40,6 +40,7 @@ public slots:
void mergeTripAbove();
void mergeTripBelow();
void mergeDives();
+ void saveSelectedDivesAs();
signals:
void currentDiveChanged(int divenr);