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