QModelIndex::internalID returns qint64 but QAbstractItemModel::createIndex takes quint32 as parameter. I found this to be a little confusing. Is part of internal id reserved by Qt or is this a bug?
QModelIndex::internalID returns qint64 but QAbstractItemModel::createIndex takes quint32 as parameter. I found this to be a little confusing. Is part of internal id reserved by Qt or is this a bug?
Bookmarks