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:
Dirk Hohndel 2014-04-25 10:44:23 -07:00
parent 461872b7ea
commit 155eac11d2
4 changed files with 20 additions and 1 deletions

View file

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