aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-04-25 10:44:23 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-04-25 10:47:44 -0700
commit155eac11d2308df5158bcbd994b2ec5a851e4900 (patch)
tree9e8ed5feaa7ebefef592f905041119c8f69dabec /qt-ui/mainwindow.cpp
parent461872b7ea6d8864a5505dca4c7c355cfbd88bb3 (diff)
downloadsubsurface-155eac11d2308df5158bcbd994b2ec5a851e4900.tar.gz
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>
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r--qt-ui/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp
index 5bc89c12d..481244e91 100644
--- a/qt-ui/mainwindow.cpp
+++ b/qt-ui/mainwindow.cpp
@@ -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();