From e07a739138251a21f000e6f42c0cefa22b32c0c0 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 9 Sep 2020 10:08:24 +0200 Subject: Fix generated forward declarations in qdbusxml.cpp Simply use qcontainerfwd.h, instead of declaring those manually. Change-Id: I6d87bf14b60469b457e8e9335868f8cdb0303817 Reviewed-by: Thiago Macieira --- src/corelib/tools/qcontainerfwd.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/corelib/tools') diff --git a/src/corelib/tools/qcontainerfwd.h b/src/corelib/tools/qcontainerfwd.h index 4aec3574ff..069be4ef10 100644 --- a/src/corelib/tools/qcontainerfwd.h +++ b/src/corelib/tools/qcontainerfwd.h @@ -61,6 +61,10 @@ template class QStack; template class QVarLengthArray; template class QList; template using QVector = QList; +class QStringList; +using QByteArrayList = QList; +class QMetaType; +class QVariant; QT_END_NAMESPACE -- cgit v1.2.3