diff --git a/autotests/newlinetest.cpp b/autotests/newlinetest.cpp --- a/autotests/newlinetest.cpp +++ b/autotests/newlinetest.cpp @@ -43,7 +43,7 @@ } } failListContent(brokenFiles, - QStringLiteral("Found file with bad characters (http://doc.qt.io/qt-5/qstring.html#simplified):\n")); + QStringLiteral("Found file with bad characters (https://doc.qt.io/qt-5/qstring.html#simplified):\n")); } }; diff --git a/autotests/scalabletest.cpp b/autotests/scalabletest.cpp --- a/autotests/scalabletest.cpp +++ b/autotests/scalabletest.cpp @@ -196,7 +196,7 @@ } // FIXME: go through qenum to stringify the bugger // Gets rid of the stupid second hash - auto contextId = QString(QLatin1String(dir) + ":" + contextStringHash[key]).toLatin1(); + auto contextId = QString(QLatin1String(dir) + ':' + contextStringHash[key]).toLatin1(); QTest::newRow(contextId.constData()) << key << contextHash[key]; } }