src/network/access/qnetworkreply.cpp
branchRCL_3
changeset 4 3b1da2848fc7
parent 3 41300fa6a67c
child 30 5dc02b23752f
equal deleted inserted replaced
3:41300fa6a67c 4:3b1da2848fc7
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the QtNetwork module of the Qt Toolkit.
     7 ** This file is part of the QtNetwork module of the Qt Toolkit.
     8 **
     8 **
   237     parameter is this object.
   237     parameter is this object.
   238 
   238 
   239     \note Do not delete the object in the slot connected to this
   239     \note Do not delete the object in the slot connected to this
   240     signal. Use deleteLater().
   240     signal. Use deleteLater().
   241 
   241 
   242     \sa QNetworkAccessManager::finished()
   242     You can also use isFinished() to check if a QNetworkReply
       
   243     has finished even before you receive the finished() signal.
       
   244 
       
   245     \sa QNetworkAccessManager::finished(), isFinished()
   243 */
   246 */
   244 
   247 
   245 /*!
   248 /*!
   246     \fn void QNetworkReply::error(QNetworkReply::NetworkError code)
   249     \fn void QNetworkReply::error(QNetworkReply::NetworkError code)
   247 
   250