mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Merge pull request #1338 from xiaoyifang/opt/dictserver-reimplementation
opt : dictserver reimplementation with signal
This commit is contained in:
commit
dca702e77d
|
@ -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
Loading…
Reference in a new issue