Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/
H A Ddocumentmanager.h68 static void expectFileChange(const Utils::FilePath &filePath);
H A Ddocumentmanager.cpp612 void DocumentManager::expectFileChange(const Utils::FilePath &filePath) in expectFileChange() function in Core::DocumentManager
745 expectFileChange(savePath); // This only matters to other IDocuments which refer to this file in saveDocument()
1557 DocumentManager::expectFileChange(filePath); in FileChangeBlocker()
H A Dexternaltool.cpp652 DocumentManager::expectFileChange(m_expectedFilePath); in run()