Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jul 9, 2024
1 parent e714445 commit 756db75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/article_maker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -725,10 +725,10 @@ void ArticleRequest::bodyFinished()
stemmedWordFinder = std::make_shared< WordFinder >( this );

connect( stemmedWordFinder.get(),
&WordFinder::finished,
this,
&ArticleRequest::stemmedSearchFinished,
Qt::QueuedConnection );
&WordFinder::finished,
this,
&ArticleRequest::stemmedSearchFinished,
Qt::QueuedConnection );

stemmedWordFinder->stemmedMatch( word, activeDicts );
}
Expand Down

0 comments on commit 756db75

Please sign in to comment.