From bfed3cf41947baec29e88585cfdebf8ebae6ad39 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 2 Oct 2019 12:10:28 +0200 Subject: Get rid of QList forward declarations Include qcontainerfwd.h instead where required. This prepares for unifying QList and QVector. Change-Id: I6c85e2bdd44fb41aedd884b0d551f682760df5b5 Reviewed-by: Thiago Macieira --- src/corelib/itemmodels/qabstractitemmodel.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/corelib/itemmodels/qabstractitemmodel.h') diff --git a/src/corelib/itemmodels/qabstractitemmodel.h b/src/corelib/itemmodels/qabstractitemmodel.h index 43649cf79b..2cc1bd8ce6 100644 --- a/src/corelib/itemmodels/qabstractitemmodel.h +++ b/src/corelib/itemmodels/qabstractitemmodel.h @@ -156,7 +156,6 @@ inline uint qHash(const QPersistentModelIndex &index, uint seed) noexcept Q_CORE_EXPORT QDebug operator<<(QDebug, const QPersistentModelIndex &); #endif -template class QList; typedef QList QModelIndexList; class QMimeData; -- cgit v1.2.3