diff --git a/Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp b/Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp index f2b4805f54..0a77ae20f2 100644 --- a/Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp +++ b/Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp @@ -541,7 +541,7 @@ void IOWindow::ConnectWidgets() const auto lock = m_controller->GetStateLock(); m_reference->State(0.0); }); - connect(this, &QWidget::destroyed, this, &IOWindow::TestOutputComplete); + connect(this, &IOWindow::closeEvent, this, &IOWindow::TestOutputComplete); connect(m_button_box, &QDialogButtonBox::clicked, this, &IOWindow::OnDialogButtonPressed); connect(m_devices_combo, &QComboBox::currentTextChanged, this, &IOWindow::OnDeviceChanged);