diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 61ba1a4..6d773d2 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -940,8 +940,6 @@ void MainWindow::closeEvent(QCloseEvent *event) { m_ctx->tor->stop(); this->saveGeo(); - if(m_wizard != nullptr) - m_wizard->close(); QWidget::closeEvent(event); }