summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-06-17 13:51:30 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-06-17 13:51:30 (GMT)
commita31a48445a8a9c0e0ef046c6eaf611906e9c77a4 (patch)
tree26e1652c0c507a1da6d5c326ae6909c31fa3a7f2 /src
parentf87863b11be8b0c909e52fac1b117516cf44d8fa (diff)
downloadQt-a31a48445a8a9c0e0ef046c6eaf611906e9c77a4.zip
Qt-a31a48445a8a9c0e0ef046c6eaf611906e9c77a4.tar.gz
Qt-a31a48445a8a9c0e0ef046c6eaf611906e9c77a4.tar.bz2
QNAM: Added comment to de-confuse myself
I mixed this up several times before, so here is the comment for it.
Diffstat (limited to 'src')
-rw-r--r--src/network/access/qnetworkaccesshttpbackend.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/access/qnetworkaccesshttpbackend.cpp b/src/network/access/qnetworkaccesshttpbackend.cpp
index 460cbe3..8a6f27a 100644
--- a/src/network/access/qnetworkaccesshttpbackend.cpp
+++ b/src/network/access/qnetworkaccesshttpbackend.cpp
@@ -316,6 +316,7 @@ void QNetworkAccessHttpBackend::disconnectFromHttp()
cache->releaseEntry(cacheKey);
}
+ // This is abut disconnecting signals, not about disconnecting TCP connections
if (httpReply)
disconnect(httpReply, 0, this, 0);