summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp b/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp
index d3b92ea9b1..e900a25264 100644
--- a/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp
+++ b/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp
@@ -463,7 +463,7 @@ public:
if (useipv6) {
listen(QHostAddress::AnyIPv6);
} else {
- listen();
+ listen(QHostAddress::AnyIPv4);
}
if (thread) {
connect(thread, SIGNAL(started()), this, SLOT(threadStartedSlot()));