summaryrefslogtreecommitdiffstats
path: root/tools/assistant/lib/fulltextsearch/qindexreader.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/qindexreader.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/qindexreader.cpp')
-rw-r--r--tools/assistant/lib/fulltextsearch/qindexreader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/assistant/lib/fulltextsearch/qindexreader.cpp b/tools/assistant/lib/fulltextsearch/qindexreader.cpp
index a755eae..fc1a3bb 100644
--- a/tools/assistant/lib/fulltextsearch/qindexreader.cpp
+++ b/tools/assistant/lib/fulltextsearch/qindexreader.cpp
@@ -27,6 +27,7 @@ QCLuceneIndexReaderPrivate::QCLuceneIndexReaderPrivate(const QCLuceneIndexReader
: QSharedData()
{
reader = _CL_POINTER(other.reader);
+ deleteCLuceneIndexReader = other.deleteCLuceneIndexReader;
}
QCLuceneIndexReaderPrivate::~QCLuceneIndexReaderPrivate()