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();