Initial stab at Seabear CSV imports

This adds a preconfigured import setting for Seabear 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 2014-07-09 21:07:45 +02:00 committed by Dirk Hohndel
parent 76a8e83a54
commit b1d7ba9f63
2 changed files with 3 additions and 1 deletions

View file

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