mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue