mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	citra_qt: Remove obsolete application attribute
As of Qt 5 Qt::AA_X11InitThreads no longer does anything. See http://doc.qt.io/qt-5/qt.html
This commit is contained in:
		
							parent
							
								
									4564fc5baa
								
							
						
					
					
						commit
						e80ae1a5d7
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -1446,7 +1446,6 @@ int main(int argc, char* argv[]) { | |||
|     QCoreApplication::setOrganizationName("Citra team"); | ||||
|     QCoreApplication::setApplicationName("Citra"); | ||||
| 
 | ||||
|     QApplication::setAttribute(Qt::AA_X11InitThreads); | ||||
|     QApplication app(argc, argv); | ||||
| 
 | ||||
|     // Qt changes the locale and causes issues in float conversion using std::to_string() when
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue