qtmobility/src/contacts/qcontactabstractrequest.cpp
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
--- a/qtmobility/src/contacts/qcontactabstractrequest.cpp	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/src/contacts/qcontactabstractrequest.cpp	Mon May 03 13:18:40 2010 +0300
@@ -105,7 +105,10 @@
   Constructs a new, invalid asynchronous request
  */
 
-/*! Constructs a new request from the given request data \a otherd */
+/*!
+  \internal
+  Constructs a new request from the given request data \a otherd
+*/
 QContactAbstractRequest::QContactAbstractRequest(QContactAbstractRequestPrivate* otherd)
     : d_ptr(otherd)
 {
@@ -171,15 +174,6 @@
 }
 
 /*!
-  \internal
-  Returns the list of errors which occurred during the most recent asynchronous operation.  Each individual error in the list corresponds to a result in the result list.
- */
-QList<QContactManager::Error> QContactAbstractRequest::errors() const
-{
-    return QList<QContactManager::Error>();
-}
-
-/*!
   Returns the type of this asynchronous request
  */
 QContactAbstractRequest::RequestType QContactAbstractRequest::type() const