From d630858b53be3aa724af19cf933df639a8bfe920 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Thu, 21 Nov 2019 17:39:26 +0200 Subject: [PATCH] Use URL with transport encryption --- aboutdata.h | 2 +- autotests/searchtest.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aboutdata.h b/aboutdata.h index faaa26d83..c6001e4f2 100644 --- a/aboutdata.h +++ b/aboutdata.h @@ -30,7 +30,7 @@ inline KAboutData okularAboutData() "(C) 2004-2017 Albert Astals Cid\n" "(C) 2006-2009 Pino Toscano"), QString(), - QStringLiteral("http://okular.kde.org") + QStringLiteral("https://okular.kde.org") ); about.addAuthor(QStringLiteral("Pino Toscano"), i18n("Former maintainer"), QStringLiteral("pino@kde.org")); diff --git a/autotests/searchtest.cpp b/autotests/searchtest.cpp index b158949ef..bfb687f74 100644 --- a/autotests/searchtest.cpp +++ b/autotests/searchtest.cpp @@ -240,7 +240,7 @@ void SearchTest::testDottedI() //In the future it would be nice to add support for matching "İ"<->"i" and "I"<->"ı" in case-insensitive //mode as well (QString::compare does not match them, at least in non-Turkish locales, since it follows - //the Unicode case-folding rules http://www.unicode.org/Public/6.2.0/ucd/CaseFolding.txt). + //the Unicode case-folding rules https://www.unicode.org/Public/6.2.0/ucd/CaseFolding.txt). QVector text; text << QStringLiteral("İ");