summaryrefslogtreecommitdiffstats
path: root/tools/assistant/lib/fulltextsearch/qindexwriter.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/qindexwriter.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/qindexwriter.cpp')
-rw-r--r--tools/assistant/lib/fulltextsearch/qindexwriter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/assistant/lib/fulltextsearch/qindexwriter.cpp b/tools/assistant/lib/fulltextsearch/qindexwriter.cpp
index af5a7bb..93e23e7 100644
--- a/tools/assistant/lib/fulltextsearch/qindexwriter.cpp
+++ b/tools/assistant/lib/fulltextsearch/qindexwriter.cpp
@@ -27,6 +27,7 @@ QCLuceneIndexWriterPrivate::QCLuceneIndexWriterPrivate(const QCLuceneIndexWriter
: QSharedData()
{
writer = _CL_POINTER(other.writer);
+ deleteCLuceneIndexWriter = other.deleteCLuceneIndexWriter;
}
QCLuceneIndexWriterPrivate::~QCLuceneIndexWriterPrivate()