mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	citra_qt/updater: Specify string conversions explicitly
This commit is contained in:
		
							parent
							
								
									8f29ab3ceb
								
							
						
					
					
						commit
						6cf0043830
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -59,8 +59,8 @@ private: | ||||||
| 
 | 
 | ||||||
|     bool launch_ui_on_exit = false; |     bool launch_ui_on_exit = false; | ||||||
| 
 | 
 | ||||||
|     QStringList run_arguments{"--updater"}; |     QStringList run_arguments{QStringLiteral("--updater")}; | ||||||
|     QStringList silent_arguments{"--silentUpdate"}; |     QStringList silent_arguments{QStringLiteral("--silentUpdate")}; | ||||||
| 
 | 
 | ||||||
|     friend class Updater; |     friend class Updater; | ||||||
| }; | }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue