| 801 | } |
| 802 | |
| 803 | bool InputEditorModel::insertRows(int row, int count, const QModelIndex &parent) |
| 804 | { |
| 805 | return insertRows(row, count, false, parent); |
| 806 | } |
| 807 | |
| 808 | bool InputEditorModel::insertRows(int row, int count, bool duplicate, const QModelIndex &parent) |
| 809 | { |
no test coverage detected