From a1cad86bbfb6f029c403fd126b0f1aad0cb70e34 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 16 Mar 2017 22:04:39 +0800 Subject: [PATCH] Remove workaround Upstream confirmed bug fixed in Qt 5.2 --- src/app/application.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/app/application.cpp b/src/app/application.cpp index 52108b368..3a3acabdc 100644 --- a/src/app/application.cpp +++ b/src/app/application.cpp @@ -126,14 +126,6 @@ Application::Application(const QString &id, int &argc, char **argv) Preferences::instance()->setWebUiPort(m_commandLineArgs.webUiPort); } -#if defined(Q_OS_MACX) && !defined(DISABLE_GUI) - if (QSysInfo::MacintoshVersion > QSysInfo::MV_10_8) { - // fix Mac OS X 10.9 (mavericks) font issue - // https://bugreports.qt-project.org/browse/QTBUG-32789 - QFont::insertSubstitution(".Lucida Grande UI", "Lucida Grande"); - } -#endif - setApplicationName("qBittorrent"); initializeTranslation();