mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	applets/profile_select: Resolve a warning in exec()
Resolves a warning where not all control paths return a value.
This commit is contained in:
		
							parent
							
								
									ab052cf684
								
							
						
					
					
						commit
						9afbcd9e8a
					
				@ -120,7 +120,7 @@ int QtProfileSelectionDialog::exec() {
 | 
				
			|||||||
        user_index = 0;
 | 
					        user_index = 0;
 | 
				
			||||||
        return QDialog::Accepted;
 | 
					        return QDialog::Accepted;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    QDialog::exec();
 | 
					    return QDialog::exec();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void QtProfileSelectionDialog::accept() {
 | 
					void QtProfileSelectionDialog::accept() {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user