fix: [dictserver] some word does not got displayed

This commit is contained in:
YiFang Xiao 2024-11-17 09:12:30 +08:00
parent 7f760b91dc
commit bf2ffa053e

View file

@ -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();