Remove workaround

Upstream confirmed bug fixed in Qt 5.2
This commit is contained in:
Chocobo1 2017-03-16 22:04:39 +08:00 committed by sledgehammer999
commit 2ba3104337
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -104,14 +104,6 @@ Application::Application(const QString &id, int &argc, char **argv)
SettingsStorage::initInstance();
Preferences::initInstance();
#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();