Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dfoldernavigationwidget.h132 int bestRootForFile(const Utils::FilePath &filePath);
H A Dfoldernavigationwidget.cpp607 const int bestRootIndex = bestRootForFile(filePath); in selectBestRootForFile()
642 int FolderNavigationWidget::bestRootForFile(const Utils::FilePath &filePath) in bestRootForFile() function in ProjectExplorer::Internal::FolderNavigationWidget