mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Refactoring import to DiveLogImportDialog
Changing the import stuff to DiveLogImport. Now we should have one import function/dialog for importing divelogs instead of multiple menu entries. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
646c6ba58b
commit
b052b790df
8 changed files with 93 additions and 59 deletions
|
@ -62,7 +62,6 @@ private slots:
|
|||
void on_actionSave_triggered();
|
||||
void on_actionSaveAs_triggered();
|
||||
void on_actionClose_triggered();
|
||||
void on_actionImport_triggered();
|
||||
void on_actionExportUDDF_triggered();
|
||||
void on_actionPrint_triggered();
|
||||
void on_actionPreferences_triggered();
|
||||
|
@ -102,7 +101,7 @@ private slots:
|
|||
void current_dive_changed(int divenr);
|
||||
void initialUiSetup();
|
||||
|
||||
void on_actionImportCSV_triggered();
|
||||
void on_actionImportDiveLog_triggered();
|
||||
void linkClickedSlot(QUrl url);
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue