summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreplyimpl_p.h
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-02-10 23:23:55 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-02-10 23:23:55 (GMT)
commitd7cf6d018f39607ff7315b7851665e72fc488e62 (patch)
treeb10cc34519de289514e8503850b5575a9854027d /src/network/access/qnetworkreplyimpl_p.h
parent5f885bc5a294cd831f79b5570cb41f3cae2b8b19 (diff)
downloadQt-d7cf6d018f39607ff7315b7851665e72fc488e62.zip
Qt-d7cf6d018f39607ff7315b7851665e72fc488e62.tar.gz
Qt-d7cf6d018f39607ff7315b7851665e72fc488e62.tar.bz2
Connect signals between QNAM and QNetworkReplyImpl.
Instead of iterating over children, when network session state changes.
Diffstat (limited to 'src/network/access/qnetworkreplyimpl_p.h')
-rw-r--r--src/network/access/qnetworkreplyimpl_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/access/qnetworkreplyimpl_p.h b/src/network/access/qnetworkreplyimpl_p.h
index 639361e..9941fa7 100644
--- a/src/network/access/qnetworkreplyimpl_p.h
+++ b/src/network/access/qnetworkreplyimpl_p.h
@@ -100,6 +100,7 @@ public:
Q_PRIVATE_SLOT(d_func(), void _q_copyReadChannelFinished())
Q_PRIVATE_SLOT(d_func(), void _q_bufferOutgoingData())
Q_PRIVATE_SLOT(d_func(), void _q_bufferOutgoingDataFinished())
+ Q_PRIVATE_SLOT(d_func(), void _q_networkSessionOnline())
};
class QNetworkReplyImplPrivate: public QNetworkReplyPrivate
@@ -132,6 +133,7 @@ public:
void _q_copyReadChannelFinished();
void _q_bufferOutgoingData();
void _q_bufferOutgoingDataFinished();
+ void _q_networkSessionOnline();
void setup(QNetworkAccessManager::Operation op, const QNetworkRequest &request,
QIODevice *outgoingData);