diff options
| author | 2015-07-21 16:37:42 +0300 | |
|---|---|---|
| committer | 2015-07-21 07:34:24 -0700 | |
| commit | b28517b9b002bbdaac867d0b720c17ae865cf17d (patch) | |
| tree | 7f2a3729b97a67e25fc87a887e962455aec34165 /qt-ui/divelogimportdialog.h | |
| parent | 2fc54b68554a3a6499524cbe5dd53bad3d89567a (diff) | |
| download | subsurface-b28517b9b002bbdaac867d0b720c17ae865cf17d.tar.gz | |
Add setpoint support for CSV import
The import of setpoint values is tested with Seabear data.
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
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 a78d30f6a..c5c750973 100644 --- a/qt-ui/divelogimportdialog.h +++ b/qt-ui/divelogimportdialog.h @@ -110,6 +110,7 @@ private: int tts; int stopdepth; int pressure; + int setpoint; QString separator; }; |