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
|
@ -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
|
||||
|
|
Reference in New Issue