From a7ec5662e122204bbc3f770528b3f1ae4d82eff2 Mon Sep 17 00:00:00 2001 From: adwait Date: Tue, 3 Oct 2017 23:13:27 +0530 Subject: [PATCH] Updated qt bug report page --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 047130052..5b4fd1900 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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