Merge pull request #1338 from xiaoyifang/opt/dictserver-reimplementation

opt : dictserver reimplementation with signal
This commit is contained in:
xiaoyifang 2023-12-30 19:00:07 +08:00 committed by GitHub
commit dca702e77d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 611 additions and 543 deletions

View file

@ -226,6 +226,8 @@ public:
hasAnyData( false )
{
}
signals:
void finishedArticle( QString articleText );
protected:
bool hasAnyData; // With this being false, dataSize() always returns -1
@ -235,6 +237,8 @@ protected:
/// A helper class for synchronous word search implementations.
class WordSearchRequestInstant: public WordSearchRequest
{
Q_OBJECT
public:
WordSearchRequestInstant()

File diff suppressed because it is too large Load diff