From 5e71f40a348d71f06e8f48cc0dc0c08b4e2a33e9 Mon Sep 17 00:00:00 2001 From: Timur Pocheptsov Date: Wed, 11 Oct 2017 16:21:45 +0200 Subject: A minor cleanup - fix a comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... so that it comments the actual code, not what this code was before. Change-Id: Ib191b9d7bd3ae3cda39a15f0f711cb1dd3c5c2b7 Reviewed-by: MÃ¥rten Nordheim Reviewed-by: Edward Welbourne --- tests/auto/network/kernel/qnetworkinterface/tst_qnetworkinterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/network/kernel/qnetworkinterface/tst_qnetworkinterface.cpp b/tests/auto/network/kernel/qnetworkinterface/tst_qnetworkinterface.cpp index 94c355aadc..36dcec0a82 100644 --- a/tests/auto/network/kernel/qnetworkinterface/tst_qnetworkinterface.cpp +++ b/tests/auto/network/kernel/qnetworkinterface/tst_qnetworkinterface.cpp @@ -195,7 +195,7 @@ void tst_QNetworkInterface::localAddress() QHostAddress local = socket.localAddress(); - // test that we can find the address that QTcpSocket reported + // test that we can find the address that QUdpSocket reported QList all = QNetworkInterface::allAddresses(); QVERIFY(all.contains(local)); } -- cgit v1.2.3