equal
deleted
inserted
replaced
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 |