Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/navigator/
H A Dnavigatorview.cpp211 std::function<void(const QModelIndex &)> gatherExpandedState; in modelAboutToBeDetached() local
212 gatherExpandedState = [&](const QModelIndex &index) { in modelAboutToBeDetached()
221 gatherExpandedState(childIndex); in modelAboutToBeDetached()
225 gatherExpandedState(rootIndex); in modelAboutToBeDetached()