mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
1
This commit is contained in:
parent
c27a606908
commit
bb7d517271
|
@ -545,7 +545,7 @@ string StardictDictionary::handleResource( char type, char const * resource, siz
|
|||
articleNewText.clear();
|
||||
}
|
||||
|
||||
qDebug().noquote() << "StardictDictionary::handleResource: " << articleText;
|
||||
qDebug().noquote() << "StardictDictionary::handleResource: "<<type<<"|"<<resource<<"|" << articleText;
|
||||
|
||||
return articleText.toStdString();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue