summaryrefslogtreecommitdiffstats
path: root/tools/assistant/lib/fulltextsearch/qtoken.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/assistant/lib/fulltextsearch/qtoken.cpp')
-rw-r--r--tools/assistant/lib/fulltextsearch/qtoken.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/assistant/lib/fulltextsearch/qtoken.cpp b/tools/assistant/lib/fulltextsearch/qtoken.cpp
index cc5296a..9056a7c 100644
--- a/tools/assistant/lib/fulltextsearch/qtoken.cpp
+++ b/tools/assistant/lib/fulltextsearch/qtoken.cpp
@@ -27,6 +27,7 @@ QCLuceneTokenPrivate::QCLuceneTokenPrivate(const QCLuceneTokenPrivate &other)
: QSharedData()
{
token = _CL_POINTER(other.token);
+ deleteCLuceneToken = other.deleteCLuceneToken;
}
QCLuceneTokenPrivate::~QCLuceneTokenPrivate()