Change recursive to loop in allIncludesForDocument

Change-Id: I110294efa506b5a038cfc7f4202fab001e3eefd3
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Igor Sidorov
2020-01-31 01:07:39 +03:00
parent a9e40ad14c
commit 3449618a85
2 changed files with 18 additions and 15 deletions

View File

@@ -450,8 +450,6 @@ public:
bool operator==(const Snapshot &other) const;
private:
void allIncludesForDocument_helper(const QString &fileName, QSet<QString> &result) const;
mutable DependencyTable m_deps;
Base _documents;
};