summaryrefslogtreecommitdiffstats
path: root/tools/assistant/lib/fulltextsearch/qqueryparser.cpp
diff options
context:
space:
mode:
authorkh <qtc-committer@nokia.com>2009-06-23 09:22:41 (GMT)
committerkh <qtc-committer@nokia.com>2009-06-23 09:22:41 (GMT)
commit929c5160fd4ff9dc3601e1a6391bea4806d38730 (patch)
treee1a44bacf2ff36066e2ee1ae39dca6ed79c6f6e4 /tools/assistant/lib/fulltextsearch/qqueryparser.cpp
parent380ffdefaf4a3c2e25992b193e78ffd207fc2a1c (diff)
downloadQt-929c5160fd4ff9dc3601e1a6391bea4806d38730.zip
Qt-929c5160fd4ff9dc3601e1a6391bea4806d38730.tar.gz
Qt-929c5160fd4ff9dc3601e1a6391bea4806d38730.tar.bz2
Fix missing member initialization.
Reviewed-by: ossi
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 cbe0147..6f546be 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()