Use URL with transport encryption

remotes/origin/busyindicator
Yuri Chornoivan 6 years ago
parent 8d6c16e2a3
commit d630858b53
  1. 2
      aboutdata.h
  2. 2
      autotests/searchtest.cpp

@ -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"));

@ -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<QString> text;
text << QStringLiteral("İ");

Loading…
Cancel
Save