Details
-
User Story
-
Resolution: Done
-
P2: Important
-
6.8
-
None
-
-
4413c81c4 (dev), 55fc15ce8 (dev), 0acdceed3 (dev), be2c03064 (dev), 86e34dfcd (dev), baed8a24d (dev), 9af91d6ec (6.8), 75cc149f4 (6.8), 46946d63e (6.8), 820098c96 (6.8), e544ae0ab (6.8), c90a8a8c3 (6.8), c23f9cdcf (dev), 82aeb6f90 (dev), d9b13de4e (dev)
Description
The general Java API review can be found here:
https://codereview.qt-project.org/c/qt/qtbase/+/569439
Items specific to QtQuickView related APIs:
- QtAbstractItemModel: move to qtbase instead since it's generic and is not QML or Quick specific
- QtAbstractListModel: move to qtbase instead since it's generic and is not QML or Quick specific
- QtModelIndex: move to qtbase instead since it's generic and is not QML or Quick specific
- QtSignalListener: move to qtbase instead since it's generic and is not QML or Quick specific
- QtQmlComponent: renamed to QtQuickViewContentBase. this involves searching docs to "component" term and deciding about the term in review. QTBUG-126466 has a relation to this item