summaryrefslogtreecommitdiffstats
path: root/tools/assistant/lib/fulltextsearch/qqueryparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/assistant/lib/fulltextsearch/qqueryparser.cpp')
-rw-r--r--tools/assistant/lib/fulltextsearch/qqueryparser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/assistant/lib/fulltextsearch/qqueryparser.cpp b/tools/assistant/lib/fulltextsearch/qqueryparser.cpp
index cbe01477cd..6f546bedad 100644
--- a/tools/assistant/lib/fulltextsearch/qqueryparser.cpp
+++ b/tools/assistant/lib/fulltextsearch/qqueryparser.cpp
@@ -28,6 +28,7 @@ QCLuceneQueryParserPrivate::QCLuceneQueryParserPrivate(const QCLuceneQueryParser
: QSharedData()
{
queryParser = _CL_POINTER(other.queryParser);
+ deleteCLuceneQueryParser = other.deleteCLuceneQueryParser;
}
QCLuceneQueryParserPrivate::~QCLuceneQueryParserPrivate()