diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-07-09 22:13:37 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-09 13:22:00 -0700 |
commit | d5991800eed5af6d84e91706764817211876b03a (patch) | |
tree | 1d12c3eebbf3c236ce783714d8b9cd3bd51bd5a2 /qt-ui/divelogimportdialog.h | |
parent | 848a5352c7afedd530186ae842719e8f67c8c66a (diff) | |
download | subsurface-d5991800eed5af6d84e91706764817211876b03a.tar.gz |
Add support for importing NDL from CSV files
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelogimportdialog.h')
-rw-r--r-- | qt-ui/divelogimportdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/divelogimportdialog.h b/qt-ui/divelogimportdialog.h index f9df691db..ff81fe6da 100644 --- a/qt-ui/divelogimportdialog.h +++ b/qt-ui/divelogimportdialog.h @@ -36,6 +36,7 @@ private: int temperature; int po2; int cns; + int ndl; int stopdepth; QString separator; }; |