MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / addCmakeRootFile

Method addCmakeRootFile

src/plugins/cxx/cmake/project/cmakeitemkeeper.cpp:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void CmakeItemKeeper::addCmakeRootFile(QStandardItem *root, const QString rootPath)
48{
49 d->itemCmakeFileNodes[root].first = rootPath;
50 Inotify::addPath(rootPath);
51 Inotify::removeIgnorePath(rootPath);
52}
53
54void CmakeItemKeeper::addCmakeSubFiles(QStandardItem *root, const QStringList subPaths)
55{

Callers 1

parseProjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected