Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dfoldernavigationwidget.h122 void setCrumblePath(const Utils::FilePath &filePath);
H A Dfoldernavigationwidget.cpp390 QMetaObject::invokeMethod(this, [this, filePath] { setCrumblePath(filePath); }, in FolderNavigationWidget()
630 setCrumblePath(filePath); in selectFile()
706 void FolderNavigationWidget::setCrumblePath(const Utils::FilePath &filePath) in setCrumblePath() function in ProjectExplorer::Internal::FolderNavigationWidget