[PATCH] Add sample pressure to be auto-filled on Seabear import

Miika Turkia miika.turkia at gmail.com
Wed Jul 22 09:06:02 PDT 2015


Signed-off-by: Miika Turkia <miika.turkia at gmail.com>
---
 qt-ui/divelogimportdialog.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/qt-ui/divelogimportdialog.cpp b/qt-ui/divelogimportdialog.cpp
index e253ba7..d799bf1 100644
--- a/qt-ui/divelogimportdialog.cpp
+++ b/qt-ui/divelogimportdialog.cpp
@@ -427,6 +427,8 @@ void DiveLogImportDialog::loadFileContents(int value, whatChanged triggeredBy)
 				headers.append("Sample sensor3 pO₂");
 			} else if (columnText == "Ceiling") {
 				headers.append("Sample ceiling");
+			} else if (columnText == "Tank pressure") {
+				headers.append("Sample pressure");
 			} else {
 				// We do not know about this value
 				qDebug() << "Seabear import found an un-handled field: " << columnText;
-- 
2.1.4



More information about the subsurface mailing list