Searched refs:itemsToFetch (Results 1 – 1 of 1) sorted by relevance
212 int itemsToFetch = qMin(10, remainder); in fetchMore() local213 beginInsertRows(QModelIndex(), m_fixCount, m_fixCount+itemsToFetch-1); in fetchMore()214 m_fixCount += itemsToFetch; in fetchMore()