summaryrefslogtreecommitdiffstats
path: root/tools/assistant/lib/fulltextsearch/qquery.cpp
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@nokia.com>2009-06-25 07:33:13 (GMT)
committerErik Verbruggen <erik.verbruggen@nokia.com>2009-06-25 07:33:13 (GMT)
commit5b52c348243e6459cc7faa4ee76a23c7fadcd299 (patch)
treebe4bee855e535651b5fa22e9554ce1732f6ece70 /tools/assistant/lib/fulltextsearch/qquery.cpp
parent2020c692803a8a7839d85860d05174a193d9a848 (diff)
parent0362832c16f95c2909e2a68351e15242b7d1b795 (diff)
downloadQt-5b52c348243e6459cc7faa4ee76a23c7fadcd299.zip
Qt-5b52c348243e6459cc7faa4ee76a23c7fadcd299.tar.gz
Qt-5b52c348243e6459cc7faa4ee76a23c7fadcd299.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'tools/assistant/lib/fulltextsearch/qquery.cpp')
-rw-r--r--tools/assistant/lib/fulltextsearch/qquery.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/assistant/lib/fulltextsearch/qquery.cpp b/tools/assistant/lib/fulltextsearch/qquery.cpp
index 8bc9607..1760b05 100644
--- a/tools/assistant/lib/fulltextsearch/qquery.cpp
+++ b/tools/assistant/lib/fulltextsearch/qquery.cpp
@@ -28,6 +28,7 @@ QCLuceneQueryPrivate::QCLuceneQueryPrivate(const QCLuceneQueryPrivate &other)
: QSharedData()
{
query = _CL_POINTER(other.query);
+ deleteCLuceneQuery = other.deleteCLuceneQuery;
}
QCLuceneQueryPrivate::~QCLuceneQueryPrivate()