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 9c5e259 commit a5a649b
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 @@ -12,6 +12,7 @@

#include <QRegularExpression>
#include <QtConcurrent>
#include "dictserver.moc"

namespace DictServer {

Expand Down Expand Up @@ -340,6 +341,7 @@ void DictServerDictionary::getServerDatabasesAfterConnect()

class DictServerWordSearchRequest: public Dictionary::WordSearchRequest
{
Q_OBJECT
QAtomicInt isCancelled;
wstring word;
QString errorString;
Expand Down

0 comments on commit a5a649b

Please sign in to comment.