Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.9, 6.10
-
None
-
ed6be040a (dev), 196cb3045 (dev)
Description
QAbstractListModel *flm = qobject_cast<QAbstractListModel*>(component.create());
This needs to be updated to cast to QQuickFolderListModel instead, as the model should now handle folder listings with an additional description property. The update requires revising the casting, ensuring that the new QQuickFolderListModel is properly integrated, and that the description field is added and managed correctly across the component.
Attachments
For Gerrit Dashboard: QTBUG-135370 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
636225,4 | autotest: Cast to QQuickFolderListModel rather than QAbstractListModel | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
638221,3 | Add default arg to QQFolderListModel::index(int row, column=0, ...) | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |