| 49 | } |
| 50 | |
| 51 | QModelIndex InputChangeLogModel::index(int row, int column, const QModelIndex &parent = QModelIndex()) const |
| 52 | { |
| 53 | return createIndex(row, column); |
| 54 | } |
| 55 | |
| 56 | QModelIndex InputChangeLogModel::parent(const QModelIndex &index) const |
| 57 | { |
no outgoing calls
no test coverage detected