mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Use attribute instead of comment
This commit is contained in:
		
							parent
							
								
									190a053987
								
							
						
					
					
						commit
						46e8c38395
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -38,13 +38,13 @@ QtKeyboardDialog::QtKeyboardDialog(QWidget* parent, QtKeyboard* keyboard_) | |||
|                                ? tr(SWKBD_BUTTON_FORGOT) | ||||
|                                : QString::fromStdString(config.button_text[1]), | ||||
|                            QDialogButtonBox::ButtonRole::HelpRole); | ||||
|     // fallthrough
 | ||||
|         [[fallthrough]]; | ||||
|     case ButtonConfig::Dual: | ||||
|         buttons->addButton(config.button_text[0].empty() | ||||
|                                ? tr(SWKBD_BUTTON_CANCEL) | ||||
|                                : QString::fromStdString(config.button_text[0]), | ||||
|                            QDialogButtonBox::ButtonRole::RejectRole); | ||||
|     // fallthrough
 | ||||
|         [[fallthrough]]; | ||||
|     case ButtonConfig::Single: | ||||
|         buttons->addButton(config.button_text[2].empty() | ||||
|                                ? tr(SWKBD_BUTTON_OKAY) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue