Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmakeprojectmanager/
H A Dqmakeproject.h160 void watchFolders(const QStringList &l, QmakePriFile *file);
H A Dqmakeproject.cpp146 void watchFolders(const QList<QString> &folders, QmakePriFile *file);
947 void QmakeBuildSystem::watchFolders(const QStringList &l, QmakePriFile *file) in watchFolders() function in QmakeProjectManager::QmakeBuildSystem
953 m_centralizedFolderWatcher->watchFolders(l, file); in watchFolders()
990 void CentralizedFolderWatcher::watchFolders(const QList<QString> &folders, QmakePriFile *file) in watchFolders() function in QmakeProjectManager::CentralizedFolderWatcher
H A Dqmakeparsernodes.h235 void watchFolders(const QSet<Utils::FilePath> &folders);
H A Dqmakeparsernodes.cpp232 watchFolders( {} ); in ~QmakePriFile()
358 watchFolders(result.folders); in update()
374 void QmakePriFile::watchFolders(const QSet<FilePath> &folders) in watchFolders() function in QmakeProjectManager::QmakePriFile
387 m_buildSystem->watchFolders(Utils::toList(toWatch), this); in watchFolders()