diff options
-rw-r--r-- | desktop-widgets/divecomputermanagementdialog.cpp | 1 | ||||
-rw-r--r-- | desktop-widgets/diveshareexportdialog.cpp | 1 | ||||
-rw-r--r-- | desktop-widgets/subsurfacewebservices.cpp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/desktop-widgets/divecomputermanagementdialog.cpp b/desktop-widgets/divecomputermanagementdialog.cpp index 0835abd6c..5a54bc953 100644 --- a/desktop-widgets/divecomputermanagementdialog.cpp +++ b/desktop-widgets/divecomputermanagementdialog.cpp @@ -28,7 +28,6 @@ void DiveComputerManagementDialog::init() DiveComputerManagementDialog *DiveComputerManagementDialog::instance() { static DiveComputerManagementDialog *self = new DiveComputerManagementDialog(MainWindow::instance()); - self->setAttribute(Qt::WA_QuitOnClose, false); return self; } diff --git a/desktop-widgets/diveshareexportdialog.cpp b/desktop-widgets/diveshareexportdialog.cpp index c106cdc75..2689eaca8 100644 --- a/desktop-widgets/diveshareexportdialog.cpp +++ b/desktop-widgets/diveshareexportdialog.cpp @@ -32,7 +32,6 @@ void DiveShareExportDialog::UIDFromBrowser() DiveShareExportDialog *DiveShareExportDialog::instance() { static DiveShareExportDialog *self = new DiveShareExportDialog(MainWindow::instance()); - self->setAttribute(Qt::WA_QuitOnClose, false); self->ui->txtResult->setHtml(""); self->ui->buttonBox->setStandardButtons(QDialogButtonBox::Cancel); return self; diff --git a/desktop-widgets/subsurfacewebservices.cpp b/desktop-widgets/subsurfacewebservices.cpp index db0c80832..d5a6f005f 100644 --- a/desktop-widgets/subsurfacewebservices.cpp +++ b/desktop-widgets/subsurfacewebservices.cpp @@ -691,7 +691,6 @@ out: DivelogsDeWebServices *DivelogsDeWebServices::instance() { static DivelogsDeWebServices *self = new DivelogsDeWebServices(MainWindow::instance()); - self->setAttribute(Qt::WA_QuitOnClose, false); return self; } |