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 --- tests/manual/foreignwindows/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/manual/foreignwindows/main.cpp') diff --git a/tests/manual/foreignwindows/main.cpp b/tests/manual/foreignwindows/main.cpp index 436538df70..cad71d183a 100644 --- a/tests/manual/foreignwindows/main.cpp +++ b/tests/manual/foreignwindows/main.cpp @@ -59,8 +59,8 @@ QT_USE_NAMESPACE using WidgetPtr = QSharedPointer; -using WidgetPtrList = QVector; -using WIdList = QVector; +using WidgetPtrList = QList; +using WIdList = QList; // Create some pre-defined Windows controls by class name static WId createInternalWindow(const QString &name) -- cgit v1.2.3