Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
6.6.1
-
None
Description
This simple example does not compile with 6.6.1.
import QtQuick import QtQml.Models Window { width: 640 height: 480 visible: true title: qsTr("Hello World") function modelIndex(index: int): QModelIndex { return dm.modelIndex(index) } DelegateModel { id: dm } }
If there is any addition import neccessary it is not documented
Attachments
Issue Links
- duplicates
-
QTBUG-121128 [REG 6.5.3 -> 6.5.4][Reg 6.2.10 -> 6.2.11] QModelIndex is not a type error
- Closed