mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
8259b1a59a
commit
ed28628449
2 changed files with 14 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ public slots:
|
|||
void mergeTripAbove();
|
||||
void mergeTripBelow();
|
||||
void mergeDives();
|
||||
void saveSelectedDivesAs();
|
||||
|
||||
signals:
|
||||
void currentDiveChanged(int divenr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue