From d33655a9531b750e1574742ff575f871c19ed808 Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Mon, 6 Jul 2020 16:37:47 +0200 Subject: Use QList instead of QVector in other qtbase tests Task-number: QTBUG-84469 Change-Id: Ie0455c890c048c52eacad1badd6d21df999badf9 Reviewed-by: Friedemann Kleint --- .../rhi/float16texture_with_compute/float16texture_with_compute.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/manual/rhi/float16texture_with_compute') diff --git a/tests/manual/rhi/float16texture_with_compute/float16texture_with_compute.cpp b/tests/manual/rhi/float16texture_with_compute/float16texture_with_compute.cpp index 014b521bd8..7310872748 100644 --- a/tests/manual/rhi/float16texture_with_compute/float16texture_with_compute.cpp +++ b/tests/manual/rhi/float16texture_with_compute/float16texture_with_compute.cpp @@ -77,7 +77,7 @@ static quint16 indexData[] = static const int MAX_MIP_LEVELS = 20; struct { - QVector releasePool; + QList releasePool; QRhiBuffer *vbuf = nullptr; QRhiBuffer *ibuf = nullptr; -- cgit v1.2.3