Searched refs:realRow (Results 1 – 1 of 1) sorted by relevance
819 int realRow = -1; in mapFromSource() local824 realRow = i; in mapFromSource()828 if (realRow == -1) in mapFromSource()831 … return createIndex(realRow, sourceIndex.column(), sourceModel()->rowCount() - sourceIndex.row()); in mapFromSource()877 int realRow = mapFromSource(sourceModel()->index(sourceRow, 0)).row(); in sourceRowsInserted() local878 beginRemoveRows(QModelIndex(), realRow, realRow); in sourceRowsInserted()879 m_sourceRow.removeAt(realRow); in sourceRowsInserted()