summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/http2/http2.pro
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@qt.io>2018-04-18 09:37:58 +0200
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2018-04-18 14:18:38 +0000
commit9865ecf9dbe545b57339366fc248f2eff8d1c41a (patch)
tree94336156d79ba2cb48b1281c2406d2e1a632f700 /tests/auto/network/access/http2/http2.pro
parent8e5f6e3bed6e123cc603f12d785c47eeee495f94 (diff)
h2 auto test - replace QEventLoop (and QTimer) with QTestEventLoop
QTestEventLoop (conveniently so) takes care of timeouts thus no external QTimer/handling logic needed at all. Change-Id: Id65ea928daec1e7d9380107e63916896f19d3d14 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'tests/auto/network/access/http2/http2.pro')
-rw-r--r--tests/auto/network/access/http2/http2.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/network/access/http2/http2.pro b/tests/auto/network/access/http2/http2.pro
index e130f30784..62b685e556 100644
--- a/tests/auto/network/access/http2/http2.pro
+++ b/tests/auto/network/access/http2/http2.pro
@@ -1,4 +1,4 @@
-QT += core core-private network network-private testlib
+QT = core core-private network network-private testlib
CONFIG += testcase parallel_test c++11
TARGET = tst_http2