Skip to content

Commit

Permalink
Small change
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas Mizera <[email protected]>
  • Loading branch information
iiLubos and tomasMizera authored Nov 13, 2023
1 parent d89acee commit 50be443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/changelogmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void ChangelogModel::onFinished( QNetworkReply *reply )
{
link = xml.readElementText();
}
else if ( xml.name().toString() == "pubDate" )
else if ( xml.name().toString() == QStringLiteral( "pubDate" ) )
{
pubDate = xml.readElementText();
}
Expand Down

0 comments on commit 50be443

Please sign in to comment.