Add exporting selected dives into CSV file

This adds option to export selected dives into a CSV file to the right
click menu on dive list.

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2014-04-26 10:55:43 +03:00 committed by Dirk Hohndel
parent f6be4ccf22
commit 28f4e9b10e
2 changed files with 13 additions and 0 deletions

View file

@ -50,6 +50,7 @@ slots:
void mergeDives();
void saveSelectedDivesAs();
void exportSelectedDivesAsUDDF();
void exportSelectedDivesAsCSV();
void shiftTimes();
void loadImages();
void uploadToDivelogsDE();