diff options
author | Anton Lundin <glance@acc.umu.se> | 2015-06-27 23:38:10 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-27 14:42:05 -0700 |
commit | f04b3bc166fe714f810a90dcd606db60dc7bc900 (patch) | |
tree | 34a65321ac91bb0bc98f2659931f45368813477e /qt-ui/divelogimportdialog.h | |
parent | 1f0c9eec9640450f20449140244966e2b3a2ea13 (diff) | |
download | subsurface-f04b3bc166fe714f810a90dcd606db60dc7bc900.tar.gz |
Add support for importing O2 sensors from CSV file
This adds support for importing individual O2 sensors from a CSV file,
e.g. an APD log viewer file.
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/divelogimportdialog.h b/qt-ui/divelogimportdialog.h index 3be267f2c..a78d30f6a 100644 --- a/qt-ui/divelogimportdialog.h +++ b/qt-ui/divelogimportdialog.h @@ -102,6 +102,9 @@ private: int depth; int temperature; int po2; + int sensor1; + int sensor2; + int sensor3; int cns; int ndl; int tts; |