Home
last modified time | relevance | path

Searched refs:oldRowCount (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesearchresultmodel.cpp885 const int oldRowCount = rowCount(); in updateLayout() local
892 beginInsertRows(QModelIndex(), oldRowCount , oldRowCount + m_resultsBuffer.size() - 1); in updateLayout()
894 start = oldRowCount; in updateLayout()
927 if (m_results.count() != oldRowCount) in updateLayout()