mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 22:00:05 +00:00 
			
		
		
		
	citra_qt/RecordDialog: close when OK is clicked
The OK button didn't do anything before.
This commit is contained in:
		
							parent
							
								
									223bfc9a2a
								
							
						
					
					
						commit
						a650402eb5
					
				
					 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, |     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…
	
	Add table
		Add a link
		
	
		Reference in a new issue