diff options
author | Anton Lundin <glance@acc.umu.se> | 2013-11-21 23:48:42 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-21 15:54:28 -0800 |
commit | 26656310aba5f5de5c873603f8e74d56283d12a9 (patch) | |
tree | eff92577e6a5a04978c37ca4176c824af21ad3b6 /qt-ui/csvimportdialog.h | |
parent | 5eccd73a306298616da122ba4e653d4c8f391df8 (diff) | |
download | subsurface-26656310aba5f5de5c873603f8e74d56283d12a9.tar.gz |
Add optional support for stopdepth import from csv
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/csvimportdialog.h')
-rw-r--r-- | qt-ui/csvimportdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/csvimportdialog.h b/qt-ui/csvimportdialog.h index ec2f02347..fda36bcb7 100644 --- a/qt-ui/csvimportdialog.h +++ b/qt-ui/csvimportdialog.h @@ -39,6 +39,7 @@ private: int temperature; int po2; int cns; + int stopdepth; QString separator; }; |