mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
parent
a1fb040515
commit
e9b9bfac5c
|
@ -450,9 +450,9 @@ string StardictDictionary::handleResource( char type, char const * resource, siz
|
||||||
return Xdxf2Html::convert( string( resource, size ), Xdxf2Html::STARDICT, NULL, this, &resourceZip );
|
return Xdxf2Html::convert( string( resource, size ), Xdxf2Html::STARDICT, NULL, this, &resourceZip );
|
||||||
case 'h': // Html content
|
case 'h': // Html content
|
||||||
{
|
{
|
||||||
QString articleText = QString::fromUtf8( resource, size ) ;
|
QString articleText = QString::fromUtf8( resource, size );
|
||||||
|
|
||||||
//test purpose.
|
//test purpose.
|
||||||
|
|
||||||
return articleText.toStdString();
|
return articleText.toStdString();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue