mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	game_list: Replace 0 literals with nullptr
This commit is contained in:
		
							parent
							
								
									dd4582f85d
								
							
						
					
					
						commit
						aa05d36823
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -151,6 +151,6 @@ void GameListWorker::run() { | |||
| } | ||||
| 
 | ||||
| void GameListWorker::Cancel() { | ||||
|     disconnect(this, 0, 0, 0); | ||||
|     disconnect(this, nullptr, nullptr, nullptr); | ||||
|     stop_processing = true; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue