mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +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 {
|
else {
|
||||||
|
articleText += reply;
|
||||||
reply = dictImpl->socket.readAll();
|
reply = dictImpl->socket.readAll();
|
||||||
qDebug() << "reply data:" << reply << QDateTime::currentDateTime();
|
qDebug() << "reply data:" << reply << QDateTime::currentDateTime();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue