diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2016-04-24 21:11:19 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-25 09:08:25 -0700 |
commit | 74f01927113827dbaf0c85833aea0bd78fd2a803 (patch) | |
tree | 1bf524d57666fea2f37423fcb515643e0583ed07 /desktop-widgets/divelogimportdialog.h | |
parent | 8a4f2f998a0fbfd6c0fe44b8f8578be8245d3946 (diff) | |
download | subsurface-74f01927113827dbaf0c85833aea0bd78fd2a803.tar.gz |
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>
Diffstat (limited to 'desktop-widgets/divelogimportdialog.h')
-rw-r--r-- | desktop-widgets/divelogimportdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/divelogimportdialog.h b/desktop-widgets/divelogimportdialog.h index 811775379..750bc10fa 100644 --- a/desktop-widgets/divelogimportdialog.h +++ b/desktop-widgets/divelogimportdialog.h @@ -116,7 +116,7 @@ private: QString separator; }; -#define CSVAPPS 8 +#define CSVAPPS 9 static const CSVAppConfig CSVApps[CSVAPPS]; }; |