mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	citra_qt: fix clang-format
This commit is contained in:
		
							parent
							
								
									784c41bf34
								
							
						
					
					
						commit
						b33f7901b6
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		|  | @ -70,9 +70,8 @@ Lobby::Lobby(QWidget* parent, QStandardItemModel* list, | |||
| 
 | ||||
| QString Lobby::PasswordPrompt() { | ||||
|     bool ok; | ||||
|     const QString text = | ||||
|         QInputDialog::getText(this, tr("Password Required to Join"), tr("Password:"), | ||||
|                               QLineEdit::Password, "", &ok); | ||||
|     const QString text = QInputDialog::getText(this, tr("Password Required to Join"), | ||||
|                                                tr("Password:"), QLineEdit::Password, "", &ok); | ||||
|     return ok ? text : QString(); | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue