mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
3a3d61ba53
commit
349f3e9cde
2 changed files with 12 additions and 24 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue