diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-07-09 22:13:38 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-09 13:22:00 -0700 |
commit | 6cd0928487dc64238aad40b41f929bfdbc01d824 (patch) | |
tree | dbd7589d86dd3186128780e84a21cf7fc5477196 /qt-ui/divelogimportdialog.h | |
parent | d5991800eed5af6d84e91706764817211876b03a (diff) | |
download | subsurface-6cd0928487dc64238aad40b41f929bfdbc01d824.tar.gz |
Add support for importing TTS 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 ff81fe6da..637d85a37 100644 --- a/qt-ui/divelogimportdialog.h +++ b/qt-ui/divelogimportdialog.h @@ -37,6 +37,7 @@ private: int po2; int cns; int ndl; + int tts; int stopdepth; QString separator; }; |