The following class members are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
QModelIndex | createIndex ( int row, int column, int id ) const (obsolete) |
Use QModelIndex QAbstractItemModel::createIndex(int row, int column, quint32 id) instead.