qtmobility/src/contacts/requests/qcontactlocalidfetchrequest.cpp
changeset 15 1f895d8a5b2b
parent 14 6fbed849b4f4
--- a/qtmobility/src/contacts/requests/qcontactlocalidfetchrequest.cpp	Wed Jun 23 19:08:38 2010 +0300
+++ b/qtmobility/src/contacts/requests/qcontactlocalidfetchrequest.cpp	Tue Jul 06 15:12:50 2010 +0300
@@ -66,6 +66,12 @@
 {
 }
 
+/*! Frees any memory used by this request */
+QContactLocalIdFetchRequest::~QContactLocalIdFetchRequest()
+{
+    QContactAbstractRequestPrivate::notifyEngine(this);
+}
+
 /*! Sets the filter which will be used to select the contacts whose ids will be returned to \a filter */
 void QContactLocalIdFetchRequest::setFilter(const QContactFilter& filter)
 {