mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
1
This commit is contained in:
parent
81886bcd88
commit
c27a606908
|
@ -545,6 +545,8 @@ string StardictDictionary::handleResource( char type, char const * resource, siz
|
|||
articleNewText.clear();
|
||||
}
|
||||
|
||||
qDebug().noquote() << "StardictDictionary::handleResource: " << articleText;
|
||||
|
||||
return articleText.toStdString();
|
||||
}
|
||||
case 'm': // Pure meaning, usually means preformatted text
|
||||
|
|
Loading…
Reference in a new issue