mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Shortcuts for the exporting window.
Add the ability to close the exporting window, also Quit Subsurface with this window in front, for consistency. Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
19e22e1bb7
commit
51e5030c06
2 changed files with 6 additions and 1 deletions
|
@ -1198,6 +1198,6 @@ void MainWindow::on_profScaled_clicked(bool triggered)
|
|||
|
||||
void MainWindow::on_actionExport_triggered()
|
||||
{
|
||||
DiveLogExportDialog *diveLogExport = new DiveLogExportDialog();
|
||||
DiveLogExportDialog *diveLogExport = new DiveLogExportDialog(this);
|
||||
diveLogExport->show();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue