mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
Fix segfault on close
m_wizard has a parent now.
This commit is contained in:
parent
f029820a37
commit
7526714b4a
1 changed files with 0 additions and 2 deletions
|
@ -935,8 +935,6 @@ void MainWindow::closeEvent(QCloseEvent *event) {
|
|||
m_ctx->tor->stop();
|
||||
|
||||
this->saveGeo();
|
||||
if(m_wizard != nullptr)
|
||||
m_wizard->close();
|
||||
|
||||
QWidget::closeEvent(event);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue