Preconfigured import of Subsurface CSV log file

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2014-12-26 16:11:38 +02:00 committed by Dirk Hohndel
parent e471335af6
commit 1e04aec7fd
5 changed files with 367 additions and 1 deletions

View file

@ -64,7 +64,7 @@ private:
QString separator;
};
#define CSVAPPS 6
#define CSVAPPS 7
static const CSVAppConfig CSVApps[CSVAPPS];
};