diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-07-10 20:54:18 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-10 12:40:25 -0700 |
commit | 89d74888b395b29cf0ff75b3d844720428300164 (patch) | |
tree | 8d24c17a6d1e5735c4f54f7892a5f47fe7c3074e /qt-ui/divelogimportdialog.h | |
parent | 9262d8a5187475b157dde399f84b58ee0ff8e4b5 (diff) | |
download | subsurface-89d74888b395b29cf0ff75b3d844720428300164.tar.gz |
Add support for importing pressure 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 637d85a37..147216a88 100644 --- a/qt-ui/divelogimportdialog.h +++ b/qt-ui/divelogimportdialog.h @@ -39,6 +39,7 @@ private: int ndl; int tts; int stopdepth; + int pressure; QString separator; }; |