diff --git a/searchcontext.cpp b/searchcontext.cpp index 12ad1e3ea..3de5aada9 100644 --- a/searchcontext.cpp +++ b/searchcontext.cpp @@ -142,7 +142,6 @@ void SearchContext::resetSearchTerm(const QString &term) // delete the matches until after the signal is handled. // a bit safer. qDeleteAll(matches); - setSearchTerm(term); }