mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 00:15:06 +01: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,
|
||||
&RecordDialog::UpdateCmdbufDisplay);
|
||||
connect(ui->okButton, &QPushButton::clicked, this, &QDialog::close);
|
||||
}
|
||||
|
||||
RecordDialog::~RecordDialog() = default;
|
||||
|
Loading…
Reference in New Issue
Block a user