mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 16:04:06 +00:00
fix: [dictserver] some word does not got displayed
This commit is contained in:
parent
7f760b91dc
commit
bf2ffa053e
|
@ -855,6 +855,7 @@ void DictServerArticleRequest::readData( QByteArray reply )
|
|||
}
|
||||
}
|
||||
else {
|
||||
articleText += reply;
|
||||
reply = dictImpl->socket.readAll();
|
||||
qDebug() << "reply data:" << reply << QDateTime::currentDateTime();
|
||||
|
||||
|
|
Loading…
Reference in a new issue