Home
last modified time | relevance | path

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

/dports/devel/liteide/liteide-x37.4/liteidex/src/utils/symboltreeview/
H A Dsymboltreeview.cpp40 static QStringList stringListFromIndex(const QModelIndex &index) in stringListFromIndex() function
45 list.append(stringListFromIndex(index.parent())); in stringListFromIndex()
184 state->expands.append(stringListFromIndex(index)); in saveState()
187 state->cur = stringListFromIndex(this->currentIndex()); in saveState()