Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp1221 QModelIndex treeParent = treeIndex.parent(); in sourceRowsInserted() local
1222 if (rowCount(treeParent) == 1) { in sourceRowsInserted()
1226 beginInsertRows(treeParent, treeIndex.row(), treeIndex.row()); in sourceRowsInserted()