summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qhostinfo_p.h
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2010-05-05 10:37:21 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2010-05-05 11:37:13 (GMT)
commitff2b6ddfd2763b6b365c7466d51a1e2374e4bd4b (patch)
tree9fd0940d6be6f7c35a49155eac6ee8f6466e12eb /src/network/kernel/qhostinfo_p.h
parent95a69f37ec156a2506b140e5e349bb7f68e112a5 (diff)
downloadQt-ff2b6ddfd2763b6b365c7466d51a1e2374e4bd4b.zip
Qt-ff2b6ddfd2763b6b365c7466d51a1e2374e4bd4b.tar.gz
Qt-ff2b6ddfd2763b6b365c7466d51a1e2374e4bd4b.tar.bz2
QHostInfo: Emit postponed lookup results when finishing current
Reviewed-by: Thiago
Diffstat (limited to 'src/network/kernel/qhostinfo_p.h')
-rw-r--r--src/network/kernel/qhostinfo_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/kernel/qhostinfo_p.h b/src/network/kernel/qhostinfo_p.h
index e11766b..af270d8 100644
--- a/src/network/kernel/qhostinfo_p.h
+++ b/src/network/kernel/qhostinfo_p.h
@@ -173,6 +173,8 @@ public:
bool wasAborted(int id);
QHostInfoCache cache;
+
+ friend class QHostInfoRunnable;
protected:
QList<QHostInfoRunnable*> currentLookups; // in progress
QList<QHostInfoRunnable*> postponedLookups; // postponed because in progress for same host