QModelIndex::child() is obsolete
https://doc.qt.io/qt-5.13/qmodelindex-obsolete.html
This patch replaces it with QAbstractItemModel::index as recommended.
elvisangelaccio |
Ark |
QModelIndex::child() is obsolete
https://doc.qt.io/qt-5.13/qmodelindex-obsolete.html
This patch replaces it with QAbstractItemModel::index as recommended.
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |