Really fix on old GCC

This commit is contained in:
Teo Mrnjavac 2015-06-11 20:07:55 +02:00
parent 16805f1098
commit 0dab164e9c

View File

@ -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();