From 1c06252c00e44a4f877da4441761932a28a6c3b8 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 7 Jan 2015 12:27:20 -0800 Subject: CVS import UI: use my own match function This makes the code simpler and allows us to do a much better job matching the column names. Signed-off-by: Dirk Hohndel --- qt-ui/divelogimportdialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-ui/divelogimportdialog.h') diff --git a/qt-ui/divelogimportdialog.h b/qt-ui/divelogimportdialog.h index 7e43434cd..9a75bb14d 100644 --- a/qt-ui/divelogimportdialog.h +++ b/qt-ui/divelogimportdialog.h @@ -24,6 +24,7 @@ public: bool setData(const QModelIndex &index, const QVariant &value, int role); QVariant data(const QModelIndex &index, int role) const; int rowCount(const QModelIndex &parent) const; + int mymatch(QString value) const; private: QStringList columnNames; }; -- cgit v1.2.3-70-g09d2