Searched refs:historyRow (Results 1 – 1 of 1) sorted by relevance
563 int historyRow = historyIndex.row(); in index() local564 if (historyRow == -1) in index()565 historyRow = treeIndex.row(); in index()566 return createIndex(row, column, historyRow); in index()