Skip to content

Commit

Permalink
fix: dictserver add moc to the source file
Browse files Browse the repository at this point in the history
  • Loading branch information
YiFang Xiao committed Dec 6, 2023
1 parent 7f41df4 commit 9460c42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dict/dictserver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,8 @@ void DictServerWordSearchRequest::cancel()

class DictServerArticleRequest: public Dictionary::DataRequest
{
Q_OBJECT

QAtomicInt isCancelled;
wstring word;
QString errorString;
Expand Down

0 comments on commit 9460c42

Please sign in to comment.