summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Sanders <don.sanders@nokia.com>2011-03-21 17:38:24 +1000
committerDon Sanders <don.sanders@nokia.com>2011-03-21 17:38:24 +1000
commitb754c11af58824bd1796b3582bc4e80b61a7aaef (patch)
tree5e94445ade1739cc21dee007ea78e117d3cbb372
parent185d565d756abd706faa75e5229cb2480019256e (diff)
Document more threading related changes.2011W11
-rw-r--r--src/libraries/qmfclient/CHANGES.qdoc10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/libraries/qmfclient/CHANGES.qdoc b/src/libraries/qmfclient/CHANGES.qdoc
index a703451f..2ebd16bd 100644
--- a/src/libraries/qmfclient/CHANGES.qdoc
+++ b/src/libraries/qmfclient/CHANGES.qdoc
@@ -163,8 +163,14 @@ Changes since the QMF-1.0 release on 15/05/09:
'QMailStore::thread(const QMailThreadId &id)',
'QMailStore::threadsAdded(const QMailThreadIdList& ids)',
'QMailStore::threadsRemoved(const QMailThreadIdList& ids)',
- 'QMailStore::threadsUpdated(const QMailThreadIdList& ids)' and
- 'QMailStore::threadContentsModified(const QMailThreadIdList& ids)'.
+ 'QMailStore::threadsUpdated(const QMailThreadIdList& ids)',
+ 'QMailStore::threadContentsModified(const QMailThreadIdList& ids)',
+ 'QMailThreadId QMailMessageKey::parentThreadId() const',
+ 'void QMailMessageKey::setParentThreadId(const QMailThreadId &id)',
+ 'static QMailMessageKey QMailMessageKey::parentThreadId(const QMailThreadId &id, QMailDataComparator::EqualityComparator cmp = QMailDataComparator::Equal)',
+ 'static QMailMessageKey QMailMessageKey::parentThreadId(const QMailThreadIdList &ids, QMailDataComparator::InclusionComparator cmp = QMailDataComparator::Includes)' and
+ 'static QMailMessageKey QMailMessageKey::parentThreadId(const QMailThreadKey &key, QMailDataComparator::InclusionComparator cmp = QMailDataComparator::Includes)'.
+
*****************************************************************************