--- a/qtmobility/src/contacts/requests/qcontactrelationshipfetchrequest.cpp Mon May 03 13:18:40 2010 +0300
+++ b/qtmobility/src/contacts/requests/qcontactrelationshipfetchrequest.cpp Fri May 14 16:41:33 2010 +0300
@@ -59,10 +59,10 @@
\ingroup contacts-requests
*/
-/*! Constructs a new relationship fetch request
+/*! Constructs a new relationship fetch request whose parent is the specified \a parent
*/
-QContactRelationshipFetchRequest::QContactRelationshipFetchRequest()
- : QContactAbstractRequest(new QContactRelationshipFetchRequestPrivate)
+QContactRelationshipFetchRequest::QContactRelationshipFetchRequest(QObject* parent)
+ : QContactAbstractRequest(new QContactRelationshipFetchRequestPrivate, parent)
{
}