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>
This commit is contained in:
Anton Lundin 2013-11-21 23:48:40 +01:00 committed by Dirk Hohndel
parent 907a22f37e
commit 8dde12fa35
6 changed files with 55 additions and 7 deletions

View file

@ -37,6 +37,7 @@ private:
int time;
int depth;
int temperature;
int po2;
QString separator;
};