Basic GUI part for DL7 import

This sets the basic properties properly but is still missing the parsing
of meta-data, especially used units.

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2016-04-24 21:11:19 +03:00 committed by Dirk Hohndel
parent 8a4f2f998a
commit 74f0192711
2 changed files with 18 additions and 2 deletions

View file

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