diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-01-06 16:21:50 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-06 19:37:46 -0800 |
commit | 79e81d70ec009a99354676bff1aaa36fc5707233 (patch) | |
tree | 5b2bf123e594dbdf9bfa65b0a1b1af7837832dc6 /qt-ui/divelogimportdialog.h | |
parent | ba30e938b3580bc04eda860b67e757aa3ecae305 (diff) | |
download | subsurface-79e81d70ec009a99354676bff1aaa36fc5707233.tar.gz |
Implement LoadFileContents
This will get the first 10 lines of data, try to separate
them using the separator specified, and then try to make
things display correctly on the table.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelogimportdialog.h')
-rw-r--r-- | qt-ui/divelogimportdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/divelogimportdialog.h b/qt-ui/divelogimportdialog.h index bca7ecc36..b5eaa906d 100644 --- a/qt-ui/divelogimportdialog.h +++ b/qt-ui/divelogimportdialog.h @@ -88,6 +88,7 @@ private: Ui::DiveLogImportDialog *ui; QList<int> specialCSV; int column; + ColumnNameResult *resultModel; struct CSVAppConfig { QString name; |