fix rss format

This commit is contained in:
dada513 2022-02-10 13:57:06 +01:00
parent beaac54dc9
commit d42d6fe25a
No known key found for this signature in database
GPG Key ID: 403448C14FA4B33E

View File

@ -70,7 +70,7 @@ void NewsChecker::rssDownloadFinished()
}
// If the parsing succeeded, read it.
QDomNodeList items = doc.elementsByTagName("item");
QDomNodeList items = doc.elementsByTagName("entry");
m_newsEntries.clear();
for (int i = 0; i < items.length(); i++)
{