From b0f9c06a9b199a7474eb94a6292b5824364344b6 Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Fri, 26 Jun 2020 08:21:15 +0200 Subject: Use QList instead of QVector in corelib implementation Omitting state machine and docs for now. Task-number: QTBUG-84469 Change-Id: Ibfa5e7035515773461f6cdbff35299315ef65737 Reviewed-by: Sona Kurazyan --- src/corelib/tools/qvector_msvc.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/corelib/tools/qvector_msvc.cpp') diff --git a/src/corelib/tools/qvector_msvc.cpp b/src/corelib/tools/qvector_msvc.cpp index 7e87467d42..e3815852dc 100644 --- a/src/corelib/tools/qvector_msvc.cpp +++ b/src/corelib/tools/qvector_msvc.cpp @@ -38,7 +38,7 @@ ****************************************************************************/ // ### Qt6: verify if we can remove this, somehow. -// First, try to see if the extern template from qvector.h is necessary. +// First, try to see if the extern template from qlist.h is necessary. // If it still is, check if removing the copy constructors in qarraydata.h // make the calling convention of both sets of begin() and end() functions // match, as it does for the IA-64 C++ ABI. @@ -47,5 +47,5 @@ # error "This file must be compiled with no precompiled headers" #endif -// the Q_TEMPLATE_EXTERN at the bottom of qvector.h will do the trick -#include +// the Q_TEMPLATE_EXTERN at the bottom of qlist.h will do the trick +#include -- cgit v1.2.3