Merge pull request #3913 from BynariStar/patch-1

citra_qt: Remove obsolete application attribute
master
James Rowe 2018-07-02 19:52:00 +07:00 committed by GitHub
commit f36ff5b4c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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