forked from qt-creator/qt-creator
ClangPchManager: Watch unchanged PCHs
Change-Id: I7f4c0f12e4fbf3714e5bfe7655cfa13cac85f71f Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -410,7 +410,7 @@ public:
|
||||
|
||||
for (WatcherEntry entry : foundEntries) {
|
||||
if (idPaths.empty() || idPaths.back().id != entry.id)
|
||||
idPaths.push_back({entry.id, {}});
|
||||
idPaths.emplace_back(entry.id, FilePathIds{});
|
||||
idPaths.back().filePathIds.push_back(entry.filePathId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user