qt6-bb10/src/corelib/itemmodels
Jonas Kvinge 54d81d1189 QAbstractItemModel: Fix Qt::TextAlignmentRole when metatype is uint
When combining text alignment flags, it no longer works since the
metatype for example QVariant(Qt::AlignRight | Qt::AlignVCenter) is
uint, not int.

Fixes: QTBUG-103576
Pick-to: 6.2 6.3
Change-Id: If0291b99606787081c4bc26fd00431f8a17a61a2
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2022-05-22 09:50:15 +00:00
..
qabstractitemmodel.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qabstractitemmodel.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qabstractitemmodel_p.h QAbstractItemModel: Fix Qt::TextAlignmentRole when metatype is uint 2022-05-22 09:50:15 +00:00
qabstractproxymodel.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qabstractproxymodel.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qabstractproxymodel_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qconcatenatetablesproxymodel.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qconcatenatetablesproxymodel.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qidentityproxymodel.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qidentityproxymodel.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qidentityproxymodel_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qitemselectionmodel.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qitemselectionmodel.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qitemselectionmodel_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qsortfilterproxymodel.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qsortfilterproxymodel.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qstringlistmodel.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qstringlistmodel.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qtransposeproxymodel.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qtransposeproxymodel.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qtransposeproxymodel_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00