A minor cleanup - fix a comment

... so that it comments the actual code, not what this code was before.

Change-Id: Ib191b9d7bd3ae3cda39a15f0f711cb1dd3c5c2b7
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
bb10
Timur Pocheptsov 2017-10-11 16:21:45 +02:00
parent b2fc458620
commit 5e71f40a34
1 changed files with 1 additions and 1 deletions

View File

@ -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<QHostAddress> all = QNetworkInterface::allAddresses();
QVERIFY(all.contains(local));
}