Silence compiler warning from int/size_t mismatch

Amends 4757b93b0e.

Change-Id: I678785cd61dbdecb3b1e7e68c7daf9f18cad4d02
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
bb10
Volker Hilsheimer 2021-10-06 09:54:20 +02:00
parent 62a81bddfa
commit af31b6cf05
1 changed files with 1 additions and 1 deletions

View File

@ -8053,7 +8053,7 @@ void tst_QNetworkReply::varyingCacheExpiry()
u"http://localhost"_qs,
u"http://localhost"_qs,
};
for (int i = 0; i < std::size(urls); ++i)
for (size_t i = 0; i < std::size(urls); ++i)
urls[i].setPort(servers[i].serverPort());
// After the initial request is completed the connection is kept alive