diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-07-09 21:07:45 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-09 13:18:58 -0700 |
commit | b1d7ba9f6346bdd9c54866712e67de03ddd3687f (patch) | |
tree | 93cb817ad71f17a0272efc0b28ab0dad0293005a /qt-ui/divelogimportdialog.h | |
parent | 76a8e83a541febe9b94ec84d3fd8320c86999265 (diff) | |
download | subsurface-b1d7ba9f6346bdd9c54866712e67de03ddd3687f.tar.gz |
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>
Diffstat (limited to 'qt-ui/divelogimportdialog.h')
-rw-r--r-- | qt-ui/divelogimportdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/divelogimportdialog.h b/qt-ui/divelogimportdialog.h index a3dc0b26b..f9df691db 100644 --- a/qt-ui/divelogimportdialog.h +++ b/qt-ui/divelogimportdialog.h @@ -40,7 +40,7 @@ private: QString separator; }; -#define CSVAPPS 5 +#define CSVAPPS 6 static const CSVAppConfig CSVApps[CSVAPPS]; }; |