mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
parent
3a6a8b8c48
commit
9eaf488c8e
|
@ -858,7 +858,6 @@ void DictServerArticleRequest::readData( QByteArray reply )
|
||||||
emit finishedArticle( articleText );
|
emit finishedArticle( articleText );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
reply = dictImpl->socket.readAll();
|
reply = dictImpl->socket.readAll();
|
||||||
|
|
Loading…
Reference in a new issue