mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 13:50:06 +00:00
Merge pull request #4946 from vvanelslande/ipc-recorder-fix-ok
citra_qt/RecordDialog: close when OK is clicked
This commit is contained in:
commit
05240770e0
@ -52,6 +52,7 @@ RecordDialog::RecordDialog(QWidget* parent, const IPCDebugger::RequestRecord& re
|
|||||||
|
|
||||||
connect(ui->cmdbufSelection, qOverload<int>(&QComboBox::currentIndexChanged), this,
|
connect(ui->cmdbufSelection, qOverload<int>(&QComboBox::currentIndexChanged), this,
|
||||||
&RecordDialog::UpdateCmdbufDisplay);
|
&RecordDialog::UpdateCmdbufDisplay);
|
||||||
|
connect(ui->okButton, &QPushButton::clicked, this, &QDialog::close);
|
||||||
}
|
}
|
||||||
|
|
||||||
RecordDialog::~RecordDialog() = default;
|
RecordDialog::~RecordDialog() = default;
|
||||||
|
Loading…
Reference in New Issue
Block a user