Test case for CSV profile export to imperial and back

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
Miika Turkia 2017-05-09 22:28:04 +03:00 committed by Dirk Hohndel
parent f2e23e7815
commit 726c9e859c
2 changed files with 50 additions and 0 deletions

View file

@ -26,6 +26,8 @@ private slots:
int parseCSVmanual(int, std::string);
void exportCSVDiveDetails();
int parseCSVprofile(int, std::string);
void exportCSVDiveProfile();
void exportUDDF();
void testExport();