minor cleanup

This commit is contained in:
digant73 2024-12-05 11:21:25 +01:00
parent edccce653f
commit 089e273c3b

View file

@ -3275,8 +3275,6 @@ void main_window::CreateConnects()
connect(ui->welcomeAct, &QAction::triggered, this, [this]()
{
welcome_dialog* welcome = new welcome_dialog(m_gui_settings, true, this);
// welcome dialog is auto-flagged (in its constructor) as WA_DeleteOnClose, so its pointer is no more usable after welcome->open()
welcome->open();
});