Add sample pressure to be auto-filled on Seabear import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fed9aa8086
commit
aa9c2b7384
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user