This commit is contained in:
Martin Rotter 2022-12-07 08:05:48 +01:00
parent fa54c19b0e
commit de09d34618
3 changed files with 2 additions and 3 deletions

View File

@ -60,7 +60,7 @@
<content_rating type="oars-1.0" />
<content_rating type="oars-1.1" />
<releases>
<release version="4.2.5" date="2022-12-06" />
<release version="4.2.5" date="2022-12-07" />
</releases>
<provides>
<binary>rssguard</binary>

View File

@ -215,7 +215,6 @@ Application::Application(const QString& id, int& argc, char** argv, const QStrin
QTimer::singleShot(1000, system(), &SystemFactory::checkForUpdatesOnStartup);
qDebugNN << LOGSEC_CORE << "OpenSSL version:" << QUOTE_W_SPACE_DOT(QSslSocket::sslLibraryVersionString());
qDebugNN << LOGSEC_CORE << "OpenSSL supported:" << QUOTE_W_SPACE_DOT(QSslSocket::supportsSsl());
}

View File

@ -449,7 +449,7 @@ StandardFeed* StandardFeed::guessFeed(StandardFeed::SourceType source_type,
if (NetworkFactory::downloadIcon(icon_possible_locations, DOWNLOAD_TIMEOUT, icon_data, {}, custom_proxy) ==
QNetworkReply::NetworkError::NoError) {
// Icon for feed was downloaded and is stored now in _icon_data.
// Icon for feed was downloaded and is stored now in icon_data.
feed->setIcon(icon_data);
}