summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/webchannel/tst_webchannel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/webchannel/tst_webchannel.cpp b/tests/auto/webchannel/tst_webchannel.cpp
index dd2059e..a2c62cf 100644
--- a/tests/auto/webchannel/tst_webchannel.cpp
+++ b/tests/auto/webchannel/tst_webchannel.cpp
@@ -800,7 +800,7 @@ void TestWebChannel::benchRemoveTransport()
}
QBENCHMARK_ONCE {
- foreach (DummyTransport *transport, dummyTransports)
+ for (auto transport : dummyTransports)
pub->transportRemoved(transport);
}