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>
This commit is contained in:
Tomaz Canabrava 2013-10-17 21:50:08 -03:00 committed by Dirk Hohndel
parent 8259b1a59a
commit ed28628449
2 changed files with 14 additions and 0 deletions

View file

@ -40,6 +40,7 @@ public slots:
void mergeTripAbove();
void mergeTripBelow();
void mergeDives();
void saveSelectedDivesAs();
signals:
void currentDiveChanged(int divenr);