mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
Fixup.
This commit is contained in:
parent
1c0a5ea334
commit
16805f1098
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ CalamaresWindow::CalamaresWindow( QWidget* parent )
|
|||
m_debugWindow = new Calamares::DebugWindow();
|
||||
m_debugWindow->show();
|
||||
connect( m_debugWindow, &Calamares::DebugWindow::closed,
|
||||
this, [ = ]
|
||||
this, [ = ]()
|
||||
{
|
||||
m_debugWindow->deleteLater();
|
||||
debugWindowBtn->setChecked( false );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue