diff options
author | Rodrigo Severo <rodrigo@fabricadeideias.com> | 2014-01-14 15:58:20 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-15 05:56:34 +0700 |
commit | 349f3e9cdef4b05fa6bfd3171f59339fb18fe1d1 (patch) | |
tree | a3744f05872b715afec0789472d2880c5e5843a9 /qt-ui/divelogimportdialog.h | |
parent | 3a3d61ba5332144ce226f59a9d79927e411de0a7 (diff) | |
download | subsurface-349f3e9cdef4b05fa6bfd3171f59339fb18fe1d1.tar.gz |
More CSV import fixes
Pre-configured imports in Import Dive Log File for CSV files should also
be cleared when the field separator is changed by the user.
Promoted DiveLogImportDialog::unknownImports to slot as per Canabrava's
suggestion and Hohndel's request.
Signed-off-by: Rodrigo Severo <rodrigo@fabricadeideias.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelogimportdialog.h')
-rw-r--r-- | qt-ui/divelogimportdialog.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/qt-ui/divelogimportdialog.h b/qt-ui/divelogimportdialog.h index d8cedab6a..7c3779095 100644 --- a/qt-ui/divelogimportdialog.h +++ b/qt-ui/divelogimportdialog.h @@ -21,12 +21,9 @@ public: private slots: void on_buttonBox_accepted(); void on_knownImports_currentIndexChanged(int index); - void unknownImports(int); - void unknownImports(bool); - -private: void unknownImports(); +private: bool selector; QStringList fileNames; Ui::DiveLogImportDialog *ui; |