Searched refs:dateRow (Results 1 – 1 of 1) sorted by relevance
1243 int dateRow = qMax(0, it - m_sourceRowCache.begin()); in mapFromSource() local1244 int row = sourceIndex.row() - m_sourceRowCache.at(dateRow); in mapFromSource()1245 return createIndex(row, sourceIndex.column(), dateRow + 1); in mapFromSource()