mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Ctrl-W and -Q support for GPS, divelogs.de, divecomputer and CVS import
Getting closer to consistent behavior. See #489 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
461872b7ea
commit
155eac11d2
4 changed files with 20 additions and 1 deletions
|
@ -1084,7 +1084,7 @@ void MainWindow::on_actionImportDiveLog_triggered()
|
|||
}
|
||||
|
||||
if (csvFiles.size()) {
|
||||
DiveLogImportDialog *diveLogImport = new DiveLogImportDialog(&csvFiles);
|
||||
DiveLogImportDialog *diveLogImport = new DiveLogImportDialog(&csvFiles, this);
|
||||
diveLogImport->show();
|
||||
process_dives(true, false);
|
||||
refreshDisplay();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue