mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
minor cleanup
This commit is contained in:
parent
edccce653f
commit
089e273c3b
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue