Really fix on old GCC
This commit is contained in:
parent
16805f1098
commit
0dab164e9c
@ -107,7 +107,7 @@ CalamaresWindow::CalamaresWindow( QWidget* parent )
|
||||
{
|
||||
m_debugWindow = new Calamares::DebugWindow();
|
||||
m_debugWindow->show();
|
||||
connect( m_debugWindow, &Calamares::DebugWindow::closed,
|
||||
connect( m_debugWindow.data(), &Calamares::DebugWindow::closed,
|
||||
this, [ = ]()
|
||||
{
|
||||
m_debugWindow->deleteLater();
|
||||
|
Loading…
Reference in New Issue
Block a user