qtmobility/src/contacts/requests/qcontactrelationshipfetchrequest.cpp
changeset 15 1f895d8a5b2b
parent 14 6fbed849b4f4
--- a/qtmobility/src/contacts/requests/qcontactrelationshipfetchrequest.cpp	Wed Jun 23 19:08:38 2010 +0300
+++ b/qtmobility/src/contacts/requests/qcontactrelationshipfetchrequest.cpp	Tue Jul 06 15:12:50 2010 +0300
@@ -69,6 +69,12 @@
 {
 }
 
+/*! Frees any memory used by this request */
+QContactRelationshipFetchRequest::~QContactRelationshipFetchRequest()
+{
+    QContactAbstractRequestPrivate::notifyEngine(this);
+}
+
 /*! Sets the source contact criterion of the fetch request to \a firstId.
     If \a firstId is the default-constructed id, or the first contact id is not set,
     the request will fetch relationships involving any first contact.
@@ -129,6 +135,7 @@
     return d->m_second;
 }
 
+
 /*! Returns the list of relationships that was the result of the request
  */
 QList<QContactRelationship> QContactRelationshipFetchRequest::relationships() const