mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 16:04:06 +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 );
|
||||
case 'h': // Html content
|
||||
{
|
||||
QString articleText = QString::fromUtf8( resource, size ) ;
|
||||
QString articleText = QString::fromUtf8( resource, size );
|
||||
|
||||
//test purpose.
|
||||
//test purpose.
|
||||
|
||||
return articleText.toStdString();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue