mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-12-26 09:02:44 -06: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
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ RecordDialog::RecordDialog(QWidget* parent, const IPCDebugger::RequestRecord& re
|
|||
|
||||
connect(ui->cmdbufSelection, qOverload<int>(&QComboBox::currentIndexChanged), this,
|
||||
&RecordDialog::UpdateCmdbufDisplay);
|
||||
connect(ui->okButton, &QPushButton::clicked, this, &QDialog::close);
|
||||
}
|
||||
|
||||
RecordDialog::~RecordDialog() = default;
|
||||
|
|
Loading…
Reference in a new issue