diff options
author | kh <qtc-committer@nokia.com> | 2009-06-23 09:22:41 (GMT) |
---|---|---|
committer | kh <qtc-committer@nokia.com> | 2009-06-23 09:22:41 (GMT) |
commit | 929c5160fd4ff9dc3601e1a6391bea4806d38730 (patch) | |
tree | e1a44bacf2ff36066e2ee1ae39dca6ed79c6f6e4 /tools/assistant/lib/fulltextsearch/qqueryparser.cpp | |
parent | 380ffdefaf4a3c2e25992b193e78ffd207fc2a1c (diff) | |
download | Qt-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.cpp | 1 |
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() |