From a8f531216e17c6520858b038b5fba40200347a43 Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Mon, 22 Jun 2020 15:55:10 +0200 Subject: Use QList instead of QVector in uic tests Task-number: QTBUG-84469 Change-Id: I2d3a8e7eb7094844544e841145fa5d2de8c66adb Reviewed-by: Friedemann Kleint --- tests/auto/tools/uic/tst_uic.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/auto/tools/uic/tst_uic.cpp b/tests/auto/tools/uic/tst_uic.cpp index 4c0a4bbe26..7e4649b7d0 100644 --- a/tests/auto/tools/uic/tst_uic.cpp +++ b/tests/auto/tools/uic/tst_uic.cpp @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include @@ -67,7 +67,7 @@ class tst_uic : public QObject Q_OBJECT public: - using TestEntries = QVector; + using TestEntries = QList; tst_uic(); -- cgit v1.2.3