This commit is contained in:
John Maguire 2013-10-28 17:39:18 +01:00
parent b08898bf2d
commit 981bbdce72
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ int main(int argc, char *argv[]) {
// This must go before QApplication initialisation.
mac::MacMain();
if (!QSysInfo::MacintoshVersion > QSysInfo::MV_10_8) {
if (QSysInfo::MacintoshVersion > QSysInfo::MV_10_8) {
// Work around 10.9 issue.
// https://bugreports.qt-project.org/browse/QTBUG-32789
QFont::insertSubstitution(".Lucida Grande UI", "Lucida Grande");