Updated qt bug report page

This commit is contained in:
adwait 2017-10-03 23:13:27 +05:30 committed by John Maguire
parent c024b1340d
commit a7ec5662e1
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ int main(int argc, char* argv[]) {
if (QSysInfo::MacintoshVersion > QSysInfo::MV_10_8) {
// Work around 10.9 issue.
// https://bugreports.qt-project.org/browse/QTBUG-32789
// https://bugreports.qt.io/browse/QTBUG-32789
QFont::insertSubstitution(".Lucida Grande UI", "Lucida Grande");
}
#endif