diff options
author | Anton Lundin <glance@acc.umu.se> | 2013-11-21 23:48:40 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-21 15:54:16 -0800 |
commit | 8dde12fa35e0e53f93efef8a99a7fe2e625e901c (patch) | |
tree | cef056e4a8baed9b2ed65005631456e5c2d42f9c /qt-ui/csvimportdialog.h | |
parent | 907a22f37e3acd6c12b2299ad331c3ea81d56f24 (diff) | |
download | subsurface-8dde12fa35e0e53f93efef8a99a7fe2e625e901c.tar.gz |
Add optional support for po2 import 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/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 9a4fc2c78..b76882744 100644 --- a/qt-ui/csvimportdialog.h +++ b/qt-ui/csvimportdialog.h @@ -37,6 +37,7 @@ private: int time; int depth; int temperature; + int po2; QString separator; }; |