[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2024-07-24 01:40:44 +00:00 committed by GitHub
parent a1fb040515
commit e9b9bfac5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -450,9 +450,9 @@ string StardictDictionary::handleResource( char type, char const * resource, siz
return Xdxf2Html::convert( string( resource, size ), Xdxf2Html::STARDICT, NULL, this, &resourceZip );
case 'h': // Html content
{
QString articleText = QString::fromUtf8( resource, size ) ;
QString articleText = QString::fromUtf8( resource, size );
//test purpose.
//test purpose.
return articleText.toStdString();
}