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>
This commit is contained in:
Rodrigo Severo 2014-01-14 15:58:20 -02:00 committed by Dirk Hohndel
parent 3a3d61ba53
commit 349f3e9cde
2 changed files with 12 additions and 24 deletions

View file

@ -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;