Searched refs:treeParent (Results 1 – 1 of 1) sorted by relevance
1221 QModelIndex treeParent = treeIndex.parent(); in sourceRowsInserted() local1222 if (rowCount(treeParent) == 1) { in sourceRowsInserted()1226 beginInsertRows(treeParent, treeIndex.row(), treeIndex.row()); in sourceRowsInserted()